Package | Description |
---|---|
javax.validation |
Top level package of the Bean Validation API.
|
org.hibernate.validator.internal.engine.path |
Classes related to the Path.Node API.
|
org.hibernate.validator.internal.metadata.aggregated |
The classes in this package contain the aggregated meta data needed for an actual validation.
|
org.hibernate.validator.internal.metadata.facets |
Contains the facet interfaces implemented by the aggregated meta data model types, allowing for a unified
validation routine for all kinds of validation (bean, parameter and return value validation).
|
org.hibernate.validator.internal.util.logging |
Logging classes.
|
org.jboss.resteasy.plugins.validation.i18n |
Modifier and Type | Method and Description |
---|---|
ElementKind |
Path.Node.getKind()
The kind of element represented by the node.
|
static ElementKind |
ElementKind.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ElementKind[] |
ElementKind.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
ElementKind |
NodeImpl.getKind() |
Modifier and Type | Method and Description |
---|---|
ElementKind |
ConstraintMetaData.getKind()
Returns the
kind of this meta data object. |
ElementKind |
AbstractConstraintMetaData.getKind() |
Constructor and Description |
---|
AbstractConstraintMetaData(String name,
Type type,
Set<MetaConstraint<?>> constraints,
ElementKind constrainedMetaDataKind,
boolean isCascading,
boolean isConstrained,
UnwrapMode unwrapMode) |
Modifier and Type | Method and Description |
---|---|
ElementKind |
Cascadable.getKind()
Returns the element kind of this cascadable.
|
Modifier and Type | Method and Description |
---|---|
ClassCastException |
Log_$logger.getUnableToNarrowNodeTypeException(String actualDescriptorType,
ElementKind kind,
String expectedDescriptorType) |
ClassCastException |
Log.getUnableToNarrowNodeTypeException(String actualDescriptorType,
ElementKind kind,
String expectedDescriptorType) |
Modifier and Type | Method and Description |
---|---|
String |
Messages_$bundle.unexpectedPathNode(ElementKind kind) |
String |
Messages.unexpectedPathNode(ElementKind kind) |
String |
Messages_$bundle.unexpectedPathNodeViolation(ElementKind kind) |
String |
Messages.unexpectedPathNodeViolation(ElementKind kind) |
Copyright © 2017 JBoss by Red Hat. All rights reserved.