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.
Creational context implementations of the API for programmatic
constraint definition.
Implementations for the core interfaces of Jakarta Bean Validation.
-
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 specifiedConstraintMapping
instance to the configuration. -
Uses of ConstraintMapping in org.hibernate.validator.internal.cfg.context
Classes in org.hibernate.validator.internal.cfg.context that implement ConstraintMapping -
Uses of ConstraintMapping in org.hibernate.validator.internal.engine
Methods in org.hibernate.validator.internal.engine with parameters of type ConstraintMappingModifier and TypeMethodDescriptionfinal T
AbstractConfigurationImpl.addMapping
(ConstraintMapping mapping) -
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.