| Package | Description |
|---|---|
| org.hibernate.validator.cfg.context |
Contains facet and creational context interfaces forming the API
for programmatic constraint definition.
|
| org.hibernate.validator.internal.cfg.context |
Creational context implementations of the API for programmatic
constraint definition.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
PropertyConstraintMappingContext
Constraint mapping creational context representing a property of a bean.
|
interface |
TypeConstraintMappingContext<C>
Constraint mapping creational context representing a type.
|
| Modifier and Type | Class and Description |
|---|---|
class |
TypeConstraintMappingContextImpl<C>
Constraint mapping creational context which allows to configure the class-level constraints for one bean.
|
Copyright © 2009-2014 Oracle Corporation. All Rights Reserved.