|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PropertyTarget | |
---|---|
org.hibernate.validator.cfg.context | Contains facet and creational context interfaces forming the API for programmatic constraint definition. |
org.hibernate.validator.cfg.context.impl | Creational context implementations of the API for programmatic constraint definition. |
Uses of PropertyTarget in org.hibernate.validator.cfg.context |
---|
Subinterfaces of PropertyTarget in org.hibernate.validator.cfg.context | |
---|---|
interface |
PropertyConstraintMappingContext
Constraint mapping creational context representing a property of a bean. |
interface |
TypeConstraintMappingContext<C>
Constraint mapping creational context representing a type. |
Uses of PropertyTarget in org.hibernate.validator.cfg.context.impl |
---|
Classes in org.hibernate.validator.cfg.context.impl that implement PropertyTarget | |
---|---|
class |
PropertyConstraintMappingContextImpl
Constraint mapping creational context which allows to configure the constraints for one bean property. |
class |
TypeConstraintMappingContextImpl<C>
Constraint mapping creational context which allows to configure the class-level constraints for one bean. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |