Package | Description |
---|---|
javax.validation.metadata |
Package containing all objects specifically used and returned by the
metadata 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.descriptor |
Implementation of the Bean Validation meta data API.
|
Modifier and Type | Interface and Description |
---|---|
interface |
BeanDescriptor
Describes a constrained Java Bean and the constraints associated to it.
|
interface |
ConstructorDescriptor
Describes a validated constructor.
|
interface |
CrossParameterDescriptor
Describes an element holding cross-parameter constraints of a method or constructor
|
interface |
ExecutableDescriptor
Provides the common functionality of
MethodDescriptor and
ConstructorDescriptor . |
interface |
MethodDescriptor
Describes a validated method.
|
interface |
ParameterDescriptor
Describes a validated method or constructor parameter.
|
interface |
PropertyDescriptor
Describes a Java Bean property hosting validation constraints.
|
interface |
ReturnValueDescriptor
Describes a validated return value of a method or constructor.
|
Modifier and Type | Method and Description |
---|---|
ElementDescriptor |
ConstraintMetaData.asDescriptor(boolean defaultGroupSequenceRedefined,
List<Class<?>> defaultGroupSequence)
Returns this meta data object's corresponding representation in the
descriptor model.
|
Modifier and Type | Class and Description |
---|---|
class |
BeanDescriptorImpl
Describes a validated bean.
|
class |
CrossParameterDescriptorImpl
Describes cross-parameters.
|
class |
ElementDescriptorImpl
Describes a validated element (class, field or property).
|
class |
ExecutableDescriptorImpl
Describes a validated constructor or method.
|
class |
ParameterDescriptorImpl
Describes a validated method parameter.
|
class |
PropertyDescriptorImpl
Describes a validated property.
|
class |
ReturnValueDescriptorImpl |
Copyright © 2017 JBoss by Red Hat. All rights reserved.