|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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
|
AnnotationDescriptor.getInstance(Class<S> annotationType)
Returns a new descriptor for the given annotation type. |
|
static
|
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
|
AnnotationFactory.create(AnnotationDescriptor<T> descriptor)
|
Constructors in org.hibernate.validator.util.annotationfactory with parameters of type AnnotationDescriptor | |
---|---|
AnnotationProxy(AnnotationDescriptor<?> descriptor)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |