Package | Description |
---|---|
org.hibernate.validator.internal.cfg.context |
Creational context implementations of the API for programmatic
constraint definition.
|
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.provider |
Abstraction of the meta data sources - annotation, xml, programmatic.
|
org.hibernate.validator.internal.xml.mapping |
Modifier and Type | Method and Description |
---|---|
Set<BeanConfiguration<?>> |
DefaultConstraintMapping.getBeanConfigurations(ConstraintCreationContext constraintCreationContext)
Returns all bean configurations configured through this constraint mapping.
|
Constructor and Description |
---|
BeanMetaDataManagerImpl(ConstraintCreationContext constraintCreationContext,
ExecutableHelper executableHelper,
ExecutableParameterNameProvider parameterNameProvider,
JavaBeanHelper javaBeanHelper,
BeanMetaDataClassNormalizer beanMetaDataClassNormalizer,
ValidationOrderGenerator validationOrderGenerator,
List<MetaDataProvider> optionalMetaDataProviders,
MethodValidationConfiguration methodValidationConfiguration) |
PredefinedScopeBeanMetaDataManager(ConstraintCreationContext constraintCreationContext,
ExecutableHelper executableHelper,
ExecutableParameterNameProvider parameterNameProvider,
JavaBeanHelper javaBeanHelper,
ValidationOrderGenerator validationOrderGenerator,
List<MetaDataProvider> optionalMetaDataProviders,
MethodValidationConfiguration methodValidationConfiguration,
BeanMetaDataClassNormalizer beanMetaDataClassNormalizer,
Set<Class<?>> beanClassesToInitialize) |
Modifier and Type | Field and Description |
---|---|
protected ConstraintCreationContext |
MetaDataBuilder.constraintCreationContext |
Modifier and Type | Method and Description |
---|---|
static <T> BeanMetaDataBuilder<T> |
BeanMetaDataBuilder.getInstance(ConstraintCreationContext constraintCreationContext,
ExecutableHelper executableHelper,
ExecutableParameterNameProvider parameterNameProvider,
ValidationOrderGenerator validationOrderGenerator,
Class<T> beanClass,
MethodValidationConfiguration methodValidationConfiguration) |
Constructor and Description |
---|
Builder(Class<?> beanClass,
ConstrainedExecutable constrainedMethod,
ConstraintCreationContext constraintCreationContext) |
Builder(Class<?> beanClass,
ConstrainedExecutable constrainedExecutable,
ConstraintCreationContext constraintCreationContext,
ExecutableHelper executableHelper,
ExecutableParameterNameProvider parameterNameProvider,
MethodValidationConfiguration methodValidationConfiguration) |
Builder(Class<?> beanClass,
ConstrainedField constrainedProperty,
ConstraintCreationContext constraintCreationContext) |
Builder(Class<?> beanClass,
ConstrainedParameter constrainedParameter,
ConstraintCreationContext constraintCreationContext,
ExecutableParameterNameProvider parameterNameProvider) |
Builder(Class<?> beanClass,
ConstrainedType constrainedType,
ConstraintCreationContext constraintCreationContext) |
MetaDataBuilder(Class<?> beanClass,
ConstraintCreationContext constraintCreationContext) |
Constructor and Description |
---|
AnnotationMetaDataProvider(ConstraintCreationContext constraintCreationContext,
JavaBeanHelper javaBeanHelper,
AnnotationProcessingOptions annotationProcessingOptions) |
ProgrammaticMetaDataProvider(ConstraintCreationContext constraintCreationContext,
Set<DefaultConstraintMapping> constraintMappings) |
XmlMetaDataProvider(ConstraintCreationContext constraintCreationContext,
JavaBeanHelper javaBeanHelper,
Set<InputStream> mappingStreams,
ClassLoader externalClassLoader) |
Constructor and Description |
---|
MappingXmlParser(ConstraintCreationContext constraintCreationContext,
JavaBeanHelper javaBeanHelper,
ClassLoader externalClassLoader) |
Copyright © 2007-2021 Red Hat, Inc. All Rights Reserved