Uses of Interface
org.hibernate.validator.cfg.context.ConstructorConstraintMappingContext
-
Packages that use ConstructorConstraintMappingContext 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 ConstructorConstraintMappingContext in org.hibernate.validator.cfg.context
Methods in org.hibernate.validator.cfg.context that return ConstructorConstraintMappingContext Modifier and Type Method Description ConstructorConstraintMappingContextConstructorTarget. constructor(Class<?>... parameterTypes)Selects a constructor to which the next operations shall apply. -
Uses of ConstructorConstraintMappingContext in org.hibernate.validator.internal.cfg.context
Methods in org.hibernate.validator.internal.cfg.context that return ConstructorConstraintMappingContext Modifier and Type Method Description ConstructorConstraintMappingContextContainerElementConstraintMappingContextImpl. constructor(Class<?>... parameterTypes)ConstructorConstraintMappingContextTypeConstraintMappingContextImpl. constructor(Class<?>... parameterTypes)
-