Uses of Interface
org.hibernate.validator.cfg.context.MethodConstraintMappingContext
-
Packages that use MethodConstraintMappingContext 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 MethodConstraintMappingContext in org.hibernate.validator.cfg.context
Methods in org.hibernate.validator.cfg.context that return MethodConstraintMappingContext Modifier and Type Method Description MethodConstraintMappingContextMethodTarget. method(String name, Class<?>... parameterTypes)Selects a method to which the next operations shall apply. -
Uses of MethodConstraintMappingContext in org.hibernate.validator.internal.cfg.context
Methods in org.hibernate.validator.internal.cfg.context that return MethodConstraintMappingContext Modifier and Type Method Description MethodConstraintMappingContextContainerElementConstraintMappingContextImpl. method(String name, Class<?>... parameterTypes)MethodConstraintMappingContextTypeConstraintMappingContextImpl. method(String name, Class<?>... parameterTypes)
-