Uses of Interface
org.hibernate.validator.cfg.context.Constrainable
Packages that use Constrainable
Package
Description
Contains facet and creational context interfaces forming the API for programmatic constraint definition.
Creational context implementations of the API for programmatic
constraint definition.
-
Uses of Constrainable in org.hibernate.validator.cfg.context
Classes in org.hibernate.validator.cfg.context with type parameters of type ConstrainableModifier and TypeInterfaceDescriptioninterfaceConstrainable<C extends Constrainable<C>>Facet of a constraint mapping creational context which allows to place constraints on the underlying element.Subinterfaces of Constrainable in org.hibernate.validator.cfg.contextModifier and TypeInterfaceDescriptioninterfaceConstraint mapping creational context representing a type argument of a property, parameter or method return value with a generic (return) type.interfaceConstraint mapping creational context allowing to add cross-parameter constraints to a method or constructor and to navigate to other constraint targets.interfaceConstraint mapping creational context representing a method parameter.interfaceConstraint mapping creational context representing a property of a bean.interfaceConstraint mapping creational context representing a method return value.interfaceConstraint mapping creational context representing a type. -
Uses of Constrainable in org.hibernate.validator.internal.cfg.context
Classes in org.hibernate.validator.internal.cfg.context that implement ConstrainableModifier and TypeClassDescriptionclassfinal classConstraint mapping creational context which allows to configure the class-level constraints for one bean.