Uses of Interface
org.hibernate.validator.cfg.ConstraintMapping
Packages that use ConstraintMapping
Package
Description
Bootstrap classes HibernateValidator and HibernateValidatorConfiguration which uniquely identify Hibernate Validator
and allow to configure it.
-
Uses of ConstraintMapping in org.hibernate.validator
Methods in org.hibernate.validator that return ConstraintMappingModifier and TypeMethodDescriptionBaseHibernateValidatorConfiguration.createConstraintMapping()Creates a new constraint mapping which can be used to programmatically configure the constraints for given types.Methods in org.hibernate.validator with parameters of type ConstraintMappingModifier and TypeMethodDescriptionBaseHibernateValidatorConfiguration.addMapping(ConstraintMapping mapping) Adds the specifiedConstraintMappinginstance to the configuration. -
Uses of ConstraintMapping in org.hibernate.validator.spi.cfg
Methods in org.hibernate.validator.spi.cfg that return ConstraintMappingModifier and TypeMethodDescriptionConstraintMappingContributor.ConstraintMappingBuilder.addConstraintMapping()Adds a new constraint mapping.