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 theDsuffix 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()Constructors in org.apache.bval.jsr.descriptor with parameters of type BeanD Constructor Description ExecutableD(R reader, BeanD<?> parent)PropertyD(org.apache.bval.jsr.descriptor.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()
-