Uses of Class
org.hibernate.validator.util.annotationfactory.AnnotationDescriptor

Packages that use AnnotationDescriptor
org.hibernate.validator.util.annotationfactory Annotation proxy helper. 
 

Uses of AnnotationDescriptor in org.hibernate.validator.util.annotationfactory
 

Methods in org.hibernate.validator.util.annotationfactory that return AnnotationDescriptor
static
<S extends Annotation>
AnnotationDescriptor<S>
AnnotationDescriptor.getInstance(Class<S> annotationType)
          Returns a new descriptor for the given annotation type.
static
<S extends Annotation>
AnnotationDescriptor<S>
AnnotationDescriptor.getInstance(Class<S> annotationType, Map<String,Object> elements)
          Returns a new descriptor for the given annotation type.
 

Methods in org.hibernate.validator.util.annotationfactory with parameters of type AnnotationDescriptor
static
<T extends Annotation>
T
AnnotationFactory.create(AnnotationDescriptor<T> descriptor)
           
 

Constructors in org.hibernate.validator.util.annotationfactory with parameters of type AnnotationDescriptor
AnnotationProxy(AnnotationDescriptor<?> descriptor)
           
 



Copyright © 2007-2011 Red Hat Middleware, LLC. All Rights Reserved