Package org.apache.bval.jsr.descriptor
Class MetadataReader.ForMethod
- java.lang.Object
-
- org.apache.bval.jsr.descriptor.MetadataReader.ForElement<E,MetadataBuilder.ForElement<E>>
-
- org.apache.bval.jsr.descriptor.MetadataReader.ForExecutable<Method,MetadataReader.ForMethod>
-
- org.apache.bval.jsr.descriptor.MetadataReader.ForMethod
-
- Enclosing class:
- MetadataReader
class MetadataReader.ForMethod extends MetadataReader.ForExecutable<Method,MetadataReader.ForMethod>
-
-
Field Summary
-
Fields inherited from class org.apache.bval.jsr.descriptor.MetadataReader.ForElement
builder, meta
-
-
Constructor Summary
Constructors Constructor Description ForMethod(Meta<Method> meta, MetadataBuilder.ForExecutable<Method> builder)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description (package private) List<String>
getParameterNames(jakarta.validation.ParameterNameProvider parameterNameProvider, Method host)
-
Methods inherited from class org.apache.bval.jsr.descriptor.MetadataReader.ForExecutable
getCrossParameterDescriptor, getParameterDescriptors, getReturnValueDescriptor
-
Methods inherited from class org.apache.bval.jsr.descriptor.MetadataReader.ForElement
getConstraints, getValidatorFactory
-
-
-
-
Constructor Detail
-
ForMethod
ForMethod(Meta<Method> meta, MetadataBuilder.ForExecutable<Method> builder)
-
-
Method Detail
-
getParameterNames
List<String> getParameterNames(jakarta.validation.ParameterNameProvider parameterNameProvider, Method host)
- Specified by:
getParameterNames
in classMetadataReader.ForExecutable<Method,MetadataReader.ForMethod>
-
-