Uses of Class
org.hibernate.validator.internal.util.annotation.AnnotationDescriptor
-
Packages that use AnnotationDescriptor Package Description org.hibernate.validator.internal.util.annotation Annotation proxy and descriptor. -
-
Uses of AnnotationDescriptor in org.hibernate.validator.internal.util.annotation
Subclasses of AnnotationDescriptor in org.hibernate.validator.internal.util.annotation Modifier and Type Class Description classConstraintAnnotationDescriptor<A extends Annotation>Methods in org.hibernate.validator.internal.util.annotation that return AnnotationDescriptor Modifier and Type Method Description AnnotationDescriptor<S>AnnotationDescriptor.Builder. build()Methods in org.hibernate.validator.internal.util.annotation with parameters of type AnnotationDescriptor Modifier and Type Method Description static <T extends Annotation>
TAnnotationFactory. create(AnnotationDescriptor<T> descriptor)Constructors in org.hibernate.validator.internal.util.annotation with parameters of type AnnotationDescriptor Constructor Description AnnotationDescriptor(AnnotationDescriptor<A> descriptor)ConstraintAnnotationDescriptor(AnnotationDescriptor<A> descriptor)
-