Uses of Class
org.apache.bval.jsr.descriptor.MetadataReader.ForBean
-
Packages that use MetadataReader.ForBean 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
. -
-
Uses of MetadataReader.ForBean in org.apache.bval.jsr.descriptor
Methods in org.apache.bval.jsr.descriptor that return MetadataReader.ForBean Modifier and Type Method Description (package private) <T> MetadataReader.ForBean<T>
MetadataReader. forBean(MetadataBuilder.ForBean<T> builder)
Constructors in org.apache.bval.jsr.descriptor with parameters of type MetadataReader.ForBean Constructor Description BeanD(MetadataReader.ForBean<T> reader)
-