|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use MethodConstraintMappingContext | |
---|---|
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 MethodConstraintMappingContext in org.hibernate.validator.cfg.context |
---|
Methods in org.hibernate.validator.cfg.context that return MethodConstraintMappingContext | |
---|---|
MethodConstraintMappingContext |
MethodTarget.method(String name,
Class<?>... parameterTypes)
Selects a method to which the next operations shall apply. |
Uses of MethodConstraintMappingContext in org.hibernate.validator.cfg.context.impl |
---|
Classes in org.hibernate.validator.cfg.context.impl that implement MethodConstraintMappingContext | |
---|---|
class |
MethodConstraintMappingContextImpl
A constraint mapping creational context which allows to select the parameter or return value to which the next operations shall apply. |
Methods in org.hibernate.validator.cfg.context.impl that return MethodConstraintMappingContext | |
---|---|
MethodConstraintMappingContext |
ConstraintMappingContextImplBase.method(String name,
Class<?>... parameterTypes)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |