Uses of Class
org.apache.bval.jsr.util.AnnotationProxyBuilder
-
Packages that use AnnotationProxyBuilder Package Description org.apache.bval.jsr.util -
-
Uses of AnnotationProxyBuilder in org.apache.bval.jsr.util
Methods in org.apache.bval.jsr.util that return AnnotationProxyBuilder Modifier and Type Method Description <A extends Annotation>
AnnotationProxyBuilder<A>AnnotationsManager. buildProxyFor(A instance)
<A extends Annotation>
AnnotationProxyBuilder<A>AnnotationsManager. buildProxyFor(Class<A> type)
Constructors in org.apache.bval.jsr.util with parameters of type AnnotationProxyBuilder Constructor Description AnnotationProxy(AnnotationProxyBuilder<A> descriptor)
Create a new AnnotationProxy instance.
-