Uses of Package
org.hibernate.validator.spi.resourceloading
-
Packages that use org.hibernate.validator.spi.resourceloading Package Description org.hibernate.validator Bootstrap classes HibernateValidator and HibernateValidatorConfiguration which uniquely identify Hibernate Validator and allow to configure it.org.hibernate.validator.internal.engine Implementations for the core interfaces of Jakarta Bean Validation.org.hibernate.validator.messageinterpolation Implementations of the MessageInterpolator interface in particular ResourceBundleMessageInterpolator which can be used by custom implementations of the interface for delegation.org.hibernate.validator.resourceloading ResourceBundleLocator interface and its various implementations. -
Classes in org.hibernate.validator.spi.resourceloading used by org.hibernate.validator Class Description ResourceBundleLocator Used byResourceBundleMessageInterpolatorto load resource bundles containing message texts to be displayed in case of validation errors. -
Classes in org.hibernate.validator.spi.resourceloading used by org.hibernate.validator.internal.engine Class Description ResourceBundleLocator Used byResourceBundleMessageInterpolatorto load resource bundles containing message texts to be displayed in case of validation errors. -
Classes in org.hibernate.validator.spi.resourceloading used by org.hibernate.validator.messageinterpolation Class Description ResourceBundleLocator Used byResourceBundleMessageInterpolatorto load resource bundles containing message texts to be displayed in case of validation errors. -
Classes in org.hibernate.validator.spi.resourceloading used by org.hibernate.validator.resourceloading Class Description ResourceBundleLocator Used byResourceBundleMessageInterpolatorto load resource bundles containing message texts to be displayed in case of validation errors.