Package | Description |
---|---|
org.hibernate.validator.internal.metadata.core |
Core classes of the internal model used for representing constraints and related metadata.
|
org.hibernate.validator.internal.metadata.descriptor |
Implementation of the Bean Validation meta data API.
|
Modifier and Type | Method and Description |
---|---|
static ConstraintOrigin |
ConstraintOrigin.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ConstraintOrigin[] |
ConstraintOrigin.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
ConstraintOrigin |
ConstraintDescriptorImpl.getDefinedOn() |
Constructor and Description |
---|
ConstraintDescriptorImpl(ConstraintHelper constraintHelper,
Member member,
ConstraintAnnotationDescriptor<T> annotationDescriptor,
ElementType type,
Class<?> implicitGroup,
ConstraintOrigin definedOn,
ConstraintDescriptorImpl.ConstraintType externalConstraintType) |
Copyright © 2021 JBoss by Red Hat. All rights reserved.