Uses of Class
org.apache.bval.jsr.descriptor.PropertyD
-
Packages that use PropertyD 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 PropertyD in org.apache.bval.jsr.descriptor
Subclasses of PropertyD in org.apache.bval.jsr.descriptor Modifier and Type Class Description (package private) static class
PropertyD.ForField
(package private) static class
PropertyD.ForMethod
Constructor parameters in org.apache.bval.jsr.descriptor with type arguments of type PropertyD Constructor Description ForProperty(List<PropertyD<?>> delegates)
-
Uses of PropertyD in org.apache.bval.jsr.job
Methods in org.apache.bval.jsr.job with parameters of type PropertyD Modifier and Type Method Description protected ValidationJob.Frame<?>
ValidateProperty.LeafFrame. propertyFrame(PropertyD<?> d, GraphContext context)
protected ValidationJob.Frame<?>
ValidationJob.BeanFrame. propertyFrame(PropertyD<?> d, GraphContext context)
-