Package | Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
static PathImpl |
PathImpl.createPathForExecutable(ExecutableMetaData executable) |
Modifier and Type | Method and Description |
---|---|
ExecutableMetaData |
ExecutableMetaData.Builder.build() |
ExecutableMetaData |
BeanMetaDataImpl.getMetaDataFor(ExecutableElement executable) |
ExecutableMetaData |
BeanMetaData.getMetaDataFor(ExecutableElement method)
Returns the constraint-related meta data for the given method of the
class represented by this bean meta data.
|
Copyright © 2007-2014 Red Hat, Inc. All Rights Reserved