Uses of Interface
org.hibernate.validator.cfg.context.ReturnValueTarget
-
Packages that use ReturnValueTarget 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 ReturnValueTarget in org.hibernate.validator.cfg.context
Subinterfaces of ReturnValueTarget in org.hibernate.validator.cfg.context Modifier and Type Interface Description interfaceConstructorConstraintMappingContextConstraint mapping creational context representing a constructor.interfaceContainerElementConstraintMappingContextConstraint mapping creational context representing a type argument of a property, parameter or method return value with a generic (return) type.interfaceCrossParameterConstraintMappingContextConstraint mapping creational context allowing to add cross-parameter constraints to a method or constructor and to navigate to other constraint targets.interfaceMethodConstraintMappingContextConstraint mapping creational context representing a method.interfaceParameterConstraintMappingContextConstraint mapping creational context representing a method parameter. -
Uses of ReturnValueTarget in org.hibernate.validator.internal.cfg.context
Classes in org.hibernate.validator.internal.cfg.context that implement ReturnValueTarget Modifier and Type Class Description classContainerElementConstraintMappingContextImpl
-