Uses of Interface
org.hibernate.validator.cfg.context.Cascadable
-
Packages that use Cascadable 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. -
-
Uses of Cascadable in org.hibernate.validator.cfg.context
Classes in org.hibernate.validator.cfg.context with type parameters of type Cascadable Modifier and Type Interface Description interfaceCascadable<C extends Cascadable<C>>Facet of a constraint mapping creational context which allows to mark the underlying element as to be validated in a cascaded way.Subinterfaces of Cascadable in org.hibernate.validator.cfg.context Modifier and Type Interface Description interfaceContainerElementConstraintMappingContextConstraint mapping creational context representing a type argument of a property, parameter or method return value with a generic (return) type.interfaceParameterConstraintMappingContextConstraint mapping creational context representing a method parameter.interfacePropertyConstraintMappingContextConstraint mapping creational context representing a property of a bean.interfaceReturnValueConstraintMappingContextConstraint mapping creational context representing a method return value. -
Uses of Cascadable in org.hibernate.validator.internal.cfg.context
Classes in org.hibernate.validator.internal.cfg.context that implement Cascadable Modifier and Type Class Description classContainerElementConstraintMappingContextImpl
-