Package | Description |
---|---|
org.hibernate.validator.internal.metadata.descriptor |
Implementation of the Bean Validation meta data API.
|
org.hibernate.validator.internal.util.annotation |
Annotation proxy and descriptor.
|
Modifier and Type | Method and Description |
---|---|
ConstraintAnnotationDescriptor<T> |
ConstraintDescriptorImpl.getAnnotationDescriptor() |
Constructor and Description |
---|
ConstraintDescriptorImpl(ConstraintHelper constraintHelper,
java.lang.reflect.Member member,
ConstraintAnnotationDescriptor<T> annotationDescriptor,
java.lang.annotation.ElementType type) |
ConstraintDescriptorImpl(ConstraintHelper constraintHelper,
java.lang.reflect.Member member,
ConstraintAnnotationDescriptor<T> annotationDescriptor,
java.lang.annotation.ElementType type,
java.lang.Class<?> implicitGroup,
ConstraintOrigin definedOn,
ConstraintDescriptorImpl.ConstraintType externalConstraintType) |
ConstraintDescriptorImpl(ConstraintHelper constraintHelper,
java.lang.reflect.Member member,
ConstraintAnnotationDescriptor<T> annotationDescriptor,
java.lang.annotation.ElementType type,
ConstraintDescriptorImpl.ConstraintType constraintType) |
Modifier and Type | Method and Description |
---|---|
ConstraintAnnotationDescriptor<S> |
ConstraintAnnotationDescriptor.Builder.build() |
Copyright © 2007-2022 Red Hat, Inc. All Rights Reserved