Package | Description |
---|---|
org.hibernate.validator.internal.metadata.aggregated |
The classes in this package contain the aggregated meta data needed for an actual validation.
|
Modifier and Type | Class and Description |
---|---|
class |
MethodMetaData
An aggregated view of the constraint related meta data for a given method and
all the methods in the inheritance hierarchy which it overrides or
implements.
|
class |
ParameterMetaData
An aggregated view of the constraint related meta data for a single method
parameter.
|
class |
PropertyMetaData
Represents the constraint related meta data for a JavaBeans property.
|
Copyright © 2007-2014 Red Hat Middleware, LLC. All Rights Reserved