| Package | Description |
|---|---|
| org.hibernate.validator.internal.metadata.raw |
The raw metadata is a reflection of all configured constraints including constraints defined via multiple
configuration sources.
|
| Modifier and Type | Method and Description |
|---|---|
ConstrainedElement.ConstrainedElementKind |
ConstrainedElement.getKind()
Returns the kind of this constrained element.
|
ConstrainedElement.ConstrainedElementKind |
AbstractConstrainedElement.getKind() |
static ConstrainedElement.ConstrainedElementKind |
ConstrainedElement.ConstrainedElementKind.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ConstrainedElement.ConstrainedElementKind[] |
ConstrainedElement.ConstrainedElementKind.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
AbstractConstrainedElement(ConfigurationSource source,
ConstrainedElement.ConstrainedElementKind kind,
ConstraintLocation location,
Set<MetaConstraint<?>> constraints,
Map<Class<?>,Class<?>> groupConversions,
boolean isCascading,
boolean requiresUnwrapping) |
Copyright © 2009-2016 Oracle Corporation. All Rights Reserved.