Uses of Interface
org.hibernate.validator.cfg.context.ReturnValueConstraintMappingContext
-
Packages that use ReturnValueConstraintMappingContext 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 ReturnValueConstraintMappingContext in org.hibernate.validator.cfg.context
Methods in org.hibernate.validator.cfg.context that return ReturnValueConstraintMappingContext Modifier and Type Method Description ReturnValueConstraintMappingContextReturnValueTarget. returnValue()Selects the current method's return value as the target for the next operations. -
Uses of ReturnValueConstraintMappingContext in org.hibernate.validator.internal.cfg.context
Methods in org.hibernate.validator.internal.cfg.context that return ReturnValueConstraintMappingContext Modifier and Type Method Description ReturnValueConstraintMappingContextContainerElementConstraintMappingContextImpl. returnValue()
-