Uses of Interface
jakarta.validation.Configuration
Packages that use Configuration
Package
Description
Top level package of the Jakarta Validation API.
Package containing bootstrap specific objects.
Package containing objects specific to the interaction between the
Jakarta Validation bootstrapping process and Jakarta Validation providers.
-
Uses of Configuration in jakarta.validation
Classes in jakarta.validation with type parameters of type ConfigurationModifier and TypeInterfaceDescriptioninterface
Configuration<T extends Configuration<T>>
Receives configuration information, selects the appropriate Jakarta Validation provider and builds the appropriateValidatorFactory
.Methods in jakarta.validation with type parameters of type ConfigurationModifier and TypeMethodDescriptionstatic <T extends Configuration<T>,
U extends ValidationProvider<T>>
ProviderSpecificBootstrap<T> Validation.byProvider
(Class<U> providerType) Builds aConfiguration
for a particular provider implementation. -
Uses of Configuration in jakarta.validation.bootstrap
Classes in jakarta.validation.bootstrap with type parameters of type ConfigurationModifier and TypeInterfaceDescriptioninterface
ProviderSpecificBootstrap<T extends Configuration<T>>
Defines the state used to bootstrap Jakarta Validation and creates a provider specificConfiguration
of typeT
.Methods in jakarta.validation.bootstrap that return ConfigurationModifier and TypeMethodDescriptionGenericBootstrap.configure()
Returns a genericConfiguration
implementation. -
Uses of Configuration in jakarta.validation.spi
Classes in jakarta.validation.spi with type parameters of type ConfigurationModifier and TypeInterfaceDescriptioninterface
ValidationProvider<T extends Configuration<T>>
Contract between the validation bootstrap mechanism and the provider engine.Methods in jakarta.validation.spi that return ConfigurationModifier and TypeMethodDescriptionValidationProvider.createGenericConfiguration
(BootstrapState state) Returns aConfiguration
instance.