Package org.apache.bval.jsr.descriptor
Class ElementD.NonRoot<P extends ElementD<?,?>,E extends AnnotatedElement,R extends MetadataReader.ForElement<E,?>>
- java.lang.Object
-
- org.apache.bval.jsr.descriptor.ElementD<E,R>
-
- org.apache.bval.jsr.descriptor.ElementD.NonRoot<P,E,R>
-
- All Implemented Interfaces:
jakarta.validation.metadata.ElementDescriptor
- Direct Known Subclasses:
CascadableContainerD
,CrossParameterD
,ExecutableD
- Enclosing class:
- ElementD<E extends AnnotatedElement,R extends MetadataReader.ForElement<E,?>>
public abstract static class ElementD.NonRoot<P extends ElementD<?,?>,E extends AnnotatedElement,R extends MetadataReader.ForElement<E,?>> extends ElementD<E,R>
-
-
Nested Class Summary
-
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 Modifier and Type Field Description protected P
parent
-
Fields inherited from class org.apache.bval.jsr.descriptor.ElementD
genericType, groupsComputer
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected BeanD<?>
getBean()
Type
getGenericType()
GroupStrategy
getGroupStrategy()
P
getParent()
-
Methods inherited from class org.apache.bval.jsr.descriptor.ElementD
findConstraints, getConstraintDescriptors, getDeclaringClass, getElementType, getTarget, hasConstraints, toString
-
-
-
-
Method Detail
-
getParent
public P getParent()
-
getGenericType
public final Type getGenericType()
- Specified by:
getGenericType
in classElementD<E extends AnnotatedElement,R extends MetadataReader.ForElement<E,?>>
-
getBean
protected final BeanD<?> getBean()
- Specified by:
getBean
in classElementD<E extends AnnotatedElement,R extends MetadataReader.ForElement<E,?>>
-
getGroupStrategy
public final GroupStrategy getGroupStrategy()
- Specified by:
getGroupStrategy
in classElementD<E extends AnnotatedElement,R extends MetadataReader.ForElement<E,?>>
-
-