Uses of Interface
jakarta.validation.BootstrapConfiguration
-
Packages that use BootstrapConfiguration Package Description jakarta.validation Top level package of the Jakarta Bean Validation API.org.hibernate.validator.internal.engine Implementations for the core interfaces of Jakarta Bean Validation.org.hibernate.validator.internal.xml.config -
-
Uses of BootstrapConfiguration in jakarta.validation
Methods in jakarta.validation that return BootstrapConfiguration Modifier and Type Method Description BootstrapConfigurationConfiguration. getBootstrapConfiguration()Returns configuration information stored in theMETA-INF/validation.xmlfile. -
Uses of BootstrapConfiguration in org.hibernate.validator.internal.engine
Methods in org.hibernate.validator.internal.engine that return BootstrapConfiguration Modifier and Type Method Description BootstrapConfigurationAbstractConfigurationImpl. getBootstrapConfiguration() -
Uses of BootstrapConfiguration in org.hibernate.validator.internal.xml.config
Methods in org.hibernate.validator.internal.xml.config that return BootstrapConfiguration Modifier and Type Method Description BootstrapConfigurationValidationXmlParser. parseValidationXml()Tries to check whether a validation.xml file exists and parses it.Constructors in org.hibernate.validator.internal.xml.config with parameters of type BootstrapConfiguration Constructor Description ValidationBootstrapParameters(BootstrapConfiguration bootstrapConfiguration, ClassLoader externalClassLoader)
-