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