Uses of Interface
jakarta.validation.BootstrapConfiguration
Packages that use BootstrapConfiguration
Package
Description
Top level package of the Jakarta Bean Validation API.
Implementations for the core interfaces of Jakarta Bean Validation.
-
Uses of BootstrapConfiguration in jakarta.validation
Methods in jakarta.validation that return BootstrapConfigurationModifier and TypeMethodDescriptionConfiguration.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 -
Uses of BootstrapConfiguration in org.hibernate.validator.internal.xml.config
Methods in org.hibernate.validator.internal.xml.config that return BootstrapConfigurationModifier and TypeMethodDescriptionfinal 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 BootstrapConfigurationModifierConstructorDescriptionValidationBootstrapParameters(BootstrapConfiguration bootstrapConfiguration, ClassLoader externalClassLoader)