Package | Description |
---|---|
org.hibernate.validator.internal.cfg.context |
Creational context implementations of the API for programmatic
constraint definition.
|
org.hibernate.validator.internal.engine |
Implementations for the core interfaces of JSR-303.
|
org.hibernate.validator.internal.metadata.provider |
Abstraction of the meta data sources - annotation, xml, programmatic
|
Modifier and Type | Field and Description |
---|---|
protected DefaultConstraintMapping |
ConstraintMappingContextImplBase.mapping |
Modifier and Type | Method and Description |
---|---|
protected DefaultConstraintMapping |
ConstraintMappingContextImplBase.getConstraintMapping() |
Constructor and Description |
---|
CascadableConstraintMappingContextImplBase(DefaultConstraintMapping mapping) |
ConstraintMappingContextImplBase(DefaultConstraintMapping mapping) |
TypeConstraintMappingContextImpl(DefaultConstraintMapping mapping,
Class<C> beanClass) |
Modifier and Type | Method and Description |
---|---|
Set<DefaultConstraintMapping> |
ConfigurationImpl.getProgrammaticMappings() |
Constructor and Description |
---|
ProgrammaticMetaDataProvider(ConstraintHelper constraintHelper,
ParameterNameProvider parameterNameProvider,
Set<DefaultConstraintMapping> constraintMappings) |
Copyright © 2007-2013 Red Hat, Inc. All Rights Reserved