Package org.apache.bval.jsr.descriptor
Class PropertyD.ForField
- java.lang.Object
-
- org.apache.bval.jsr.descriptor.ElementD<E,R>
-
- org.apache.bval.jsr.descriptor.ElementD.NonRoot<P,E,MetadataReader.ForContainer<E>>
-
- org.apache.bval.jsr.descriptor.CascadableContainerD<BeanD<?>,E>
-
- org.apache.bval.jsr.descriptor.PropertyD<Field>
-
- org.apache.bval.jsr.descriptor.PropertyD.ForField
-
- All Implemented Interfaces:
jakarta.validation.metadata.CascadableDescriptor
,jakarta.validation.metadata.ContainerDescriptor
,jakarta.validation.metadata.ElementDescriptor
,jakarta.validation.metadata.PropertyDescriptor
- Enclosing class:
- PropertyD<E extends AnnotatedElement>
static class PropertyD.ForField extends PropertyD<Field>
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.apache.bval.jsr.descriptor.PropertyD
PropertyD.ForField, PropertyD.ForMethod
-
Nested classes/interfaces inherited from class org.apache.bval.jsr.descriptor.ElementD
ElementD.NonRoot<P extends ElementD<?,?>,E extends AnnotatedElement,R extends MetadataReader.ForElement<E,?>>
-
-
Field Summary
-
Fields inherited from class org.apache.bval.jsr.descriptor.ElementD.NonRoot
parent
-
Fields inherited from class org.apache.bval.jsr.descriptor.ElementD
genericType, groupsComputer
-
-
Constructor Summary
Constructors Constructor Description ForField(MetadataReader.ForContainer<Field> reader, BeanD<?> parent)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getPropertyName()
Object
getValue(Object parent)
-
Methods inherited from class org.apache.bval.jsr.descriptor.CascadableContainerD
getConstrainedContainerElementTypes, getElementClass, getGroupConversions, isCascaded
-
Methods inherited from class org.apache.bval.jsr.descriptor.ElementD.NonRoot
getBean, getGenericType, getGroupStrategy, getParent
-
Methods inherited from class org.apache.bval.jsr.descriptor.ElementD
findConstraints, getConstraintDescriptors, getDeclaringClass, getElementType, getTarget, hasConstraints, toString
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface jakarta.validation.metadata.CascadableDescriptor
getGroupConversions, isCascaded
-
-