Uses of Interface
org.hibernate.validator.cfg.ConstraintMapping
-
Packages that use ConstraintMapping Package Description org.hibernate.validator Bootstrap classes HibernateValidator and HibernateValidatorConfiguration which uniquely identify Hibernate Validator and allow to configure it.org.hibernate.validator.internal.cfg.context Creational context implementations of the API for programmatic constraint definition.org.hibernate.validator.internal.engine Implementations for the core interfaces of Jakarta Bean Validation.org.hibernate.validator.spi.cfg -
-
Uses of ConstraintMapping in org.hibernate.validator
Methods in org.hibernate.validator that return ConstraintMapping Modifier and Type Method Description ConstraintMappingBaseHibernateValidatorConfiguration. 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 ConstraintMapping Modifier and Type Method Description SBaseHibernateValidatorConfiguration. addMapping(ConstraintMapping mapping)Adds the specifiedConstraintMappinginstance to the configuration. -
Uses of ConstraintMapping in org.hibernate.validator.internal.cfg.context
Classes in org.hibernate.validator.internal.cfg.context that implement ConstraintMapping Modifier and Type Class Description classDefaultConstraintMappingDefault implementation ofConstraintMapping. -
Uses of ConstraintMapping in org.hibernate.validator.internal.engine
Methods in org.hibernate.validator.internal.engine with parameters of type ConstraintMapping Modifier and Type Method Description TAbstractConfigurationImpl. addMapping(ConstraintMapping mapping) -
Uses of ConstraintMapping in org.hibernate.validator.spi.cfg
Methods in org.hibernate.validator.spi.cfg that return ConstraintMapping Modifier and Type Method Description ConstraintMappingConstraintMappingContributor.ConstraintMappingBuilder. addConstraintMapping()Adds a new constraint mapping.
-