Uses of Class
org.apache.bval.jsr.descriptor.BeanD
-
Packages that use BeanD Package Description org.apache.bval.jsr.descriptor This package houses the implementations and related classes for BV element descriptors, using theD
suffix to succinctly denote implementations of*Descriptor
.org.apache.bval.jsr.job -
-
Uses of BeanD in org.apache.bval.jsr.descriptor
Methods in org.apache.bval.jsr.descriptor that return BeanD Modifier and Type Method Description protected BeanD<T>
BeanD. getBean()
protected abstract BeanD<?>
ElementD. getBean()
protected BeanD<?>
ElementD.NonRoot. getBean()
Methods in org.apache.bval.jsr.descriptor with parameters of type BeanD Modifier and Type Method Description (package private) Map<Signature,ConstructorD<T>>
MetadataReader.ForBean. getConstructors(BeanD<T> parent)
(package private) Map<Signature,MethodD>
MetadataReader.ForBean. getMethods(BeanD<T> parent)
(package private) Map<String,jakarta.validation.metadata.PropertyDescriptor>
MetadataReader.ForBean. getProperties(BeanD<T> parent)
Constructors in org.apache.bval.jsr.descriptor with parameters of type BeanD Constructor Description ConstructorD(MetadataReader.ForConstructor<T> reader, BeanD<T> parent)
ExecutableD(R reader, BeanD<?> parent)
ForField(MetadataReader.ForContainer<Field> reader, BeanD<?> parent)
ForMethod(MetadataReader.ForContainer<Method> reader, BeanD<?> parent)
MethodD(MetadataReader.ForMethod reader, BeanD<?> parent)
PropertyD(MetadataReader.ForContainer<E> reader, BeanD<?> parent)
-
Uses of BeanD in org.apache.bval.jsr.job
Methods in org.apache.bval.jsr.job that return types with arguments of type BeanD Modifier and Type Method Description protected ValidationJob.Frame<BeanD<T>>
ValidateBean. computeBaseFrame()
-