Package | Description |
---|---|
org.hibernate.validator.internal.metadata |
Implementations of the Bean Validation metadata interfaces as well as Hibernate Validator specific meta data classes.
|
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 and its Hibernate Validator specific extension for the
representation of method level constraints.
|
org.hibernate.validator.internal.metadata.provider |
Abstraction of the meta data sources - annotation, xml, programmatic
|
org.hibernate.validator.internal.xml |
Classes used to parse Bean Validation XML configuration files.
|
Constructor and Description |
---|
BeanMetaDataManager(ConstraintHelper constraintHelper,
List<MetaDataProvider> optionalMetaDataProviders) |
BeanMetaDataManager(ConstraintHelper constraintHelper,
MetaDataProvider... metaDataProviders) |
Modifier and Type | Field and Description |
---|---|
protected ConstraintHelper |
MetaDataBuilder.constraintHelper |
Modifier and Type | Method and Description |
---|---|
static <T> BeanMetaDataImpl.BeanMetaDataBuilder<T> |
BeanMetaDataImpl.BeanMetaDataBuilder.getInstance(ConstraintHelper constraintHelper,
Class<T> beanClass) |
Constructor and Description |
---|
BeanMetaDataImpl.BeanMetaDataBuilder(ConstraintHelper constraintHelper,
Class<T> beanClass) |
MetaDataBuilder(ConstraintHelper constraintHelper) |
MethodMetaData.Builder(ConstrainedMethod constrainedMethod,
ConstraintHelper constraintHelper)
Creates a new builder based on the given method meta data.
|
ParameterMetaData.Builder(Class<?> rootClass,
ConstrainedParameter constrainedParameter,
ConstraintHelper constraintHelper) |
PropertyMetaData.Builder(ConstrainedField constrainedField,
ConstraintHelper constraintHelper) |
PropertyMetaData.Builder(ConstrainedMethod constrainedMethod,
ConstraintHelper constraintHelper) |
PropertyMetaData.Builder(ConstrainedType constrainedType,
ConstraintHelper constraintHelper) |
Constructor and Description |
---|
ConstraintDescriptorImpl(T annotation,
ConstraintHelper constraintHelper,
Class<?> implicitGroup,
ElementType type,
ConstraintOrigin definedOn) |
ConstraintDescriptorImpl(T annotation,
ConstraintHelper constraintHelper,
ElementType type,
ConstraintOrigin definedOn) |
Modifier and Type | Field and Description |
---|---|
protected ConstraintHelper |
MetaDataProviderKeyedByClassName.constraintHelper |
Constructor and Description |
---|
AnnotationMetaDataProvider(ConstraintHelper constraintHelper,
AnnotationProcessingOptions annotationProcessingOptions) |
MetaDataProviderKeyedByClassName(ConstraintHelper constraintHelper) |
ProgrammaticMetaDataProvider(ConstraintHelper constraintHelper,
Set<ConstraintMapping> programmaticMappings) |
XmlMetaDataProvider(ConstraintHelper constraintHelper,
Set<InputStream> mappingStreams) |
Constructor and Description |
---|
XmlMappingParser(ConstraintHelper constraintHelper) |
Copyright © 2013 JBoss by Red Hat. All Rights Reserved.