|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ReturnValueConstraintMappingContext | |
---|---|
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 ReturnValueConstraintMappingContext in org.hibernate.validator.cfg.context |
---|
Methods in org.hibernate.validator.cfg.context that return ReturnValueConstraintMappingContext | |
---|---|
ReturnValueConstraintMappingContext |
ReturnValueTarget.returnValue()
Selects the current method's return value as the target for the next operations. |
Uses of ReturnValueConstraintMappingContext in org.hibernate.validator.cfg.context.impl |
---|
Classes in org.hibernate.validator.cfg.context.impl that implement ReturnValueConstraintMappingContext | |
---|---|
class |
ReturnValueConstraintMappingContextImpl
Constraint mapping creational context which allows to configure the constraints for one method return value. |
Methods in org.hibernate.validator.cfg.context.impl that return ReturnValueConstraintMappingContext | |
---|---|
ReturnValueConstraintMappingContext |
ReturnValueConstraintMappingContextImpl.constraint(ConstraintDef<?,?> definition)
|
ReturnValueConstraintMappingContext |
MethodConstraintMappingContextImpl.returnValue()
|
ReturnValueConstraintMappingContext |
ParameterConstraintMappingContextImpl.returnValue()
Defines constraints on the return value of the current method. |
ReturnValueConstraintMappingContext |
ReturnValueConstraintMappingContextImpl.valid()
Marks the current property as cascadable. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |