|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use BeanConstraintLocation | |
|---|---|
| org.hibernate.validator.internal.cfg.context | Creational context implementations of the API for programmatic constraint definition. |
| org.hibernate.validator.internal.metadata.raw | The raw metadata is a reflection of all configured constraints including constraints defined via multiple configuration sources. |
| Uses of BeanConstraintLocation in org.hibernate.validator.internal.cfg.context |
|---|
| Methods in org.hibernate.validator.internal.cfg.context that return types with arguments of type BeanConstraintLocation | ||
|---|---|---|
static
|
ConfiguredConstraint.forProperty(ConstraintDef<?,A> constraint,
Member member)
|
|
static
|
ConfiguredConstraint.forType(ConstraintDef<?,A> constraint,
Class<?> beanType)
|
|
Map<Class<?>,Set<BeanConstraintLocation>> |
ConstraintMappingContext.getCascadeConfig()
|
|
Map<Class<?>,Set<ConfiguredConstraint<?,BeanConstraintLocation>>> |
ConstraintMappingContext.getConstraintConfig()
Returns all constraint definitions registered with this mapping. |
|
| Methods in org.hibernate.validator.internal.cfg.context with parameters of type BeanConstraintLocation | |
|---|---|
void |
ConstraintMappingContext.addCascadeConfig(BeanConstraintLocation cascade)
|
| Method parameters in org.hibernate.validator.internal.cfg.context with type arguments of type BeanConstraintLocation | |
|---|---|
void |
ConstraintMappingContext.addConstraintConfig(ConfiguredConstraint<?,BeanConstraintLocation> constraint)
|
| Uses of BeanConstraintLocation in org.hibernate.validator.internal.metadata.raw |
|---|
| Methods in org.hibernate.validator.internal.metadata.raw that return BeanConstraintLocation | |
|---|---|
BeanConstraintLocation |
ConstrainedField.getLocation()
|
BeanConstraintLocation |
ConstrainedType.getLocation()
|
| Constructors in org.hibernate.validator.internal.metadata.raw with parameters of type BeanConstraintLocation | |
|---|---|
ConstrainedField(ConfigurationSource source,
BeanConstraintLocation location,
Set<MetaConstraint<?>> constraints,
boolean isCascading)
Creates a new field meta data object. |
|
ConstrainedType(ConfigurationSource source,
BeanConstraintLocation location,
Set<MetaConstraint<?>> constraints)
Creates a new type meta data object. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||