Uses of Interface
javax.validation.Configuration
Packages that use Configuration
Package
Description
Top level package of the Bean Validation API.
Package containing bootstrap specific objects.
Package containing objects specific to the interaction between the
Bean Validation bootstrapping process and Bean Validation providers.
-
Uses of Configuration in javax.validation
Classes in javax.validation with type parameters of type ConfigurationModifier and TypeInterfaceDescriptioninterfaceConfiguration<T extends Configuration<T>>Receives configuration information, selects the appropriate Bean Validation provider and builds the appropriateValidatorFactory.private static classValidation.ProviderSpecificBootstrapImpl<T extends Configuration<T>,U extends ValidationProvider<T>> Methods in javax.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 aConfigurationfor a particular provider implementation.Methods in javax.validation that return Configuration -
Uses of Configuration in javax.validation.bootstrap
Classes in javax.validation.bootstrap with type parameters of type ConfigurationModifier and TypeInterfaceDescriptioninterfaceProviderSpecificBootstrap<T extends Configuration<T>>Defines the state used to bootstrap Bean Validation and creates a provider specificConfigurationof typeT.Methods in javax.validation.bootstrap that return ConfigurationModifier and TypeMethodDescriptionGenericBootstrap.configure()Returns a genericConfigurationimplementation. -
Uses of Configuration in javax.validation.spi
Classes in javax.validation.spi with type parameters of type ConfigurationModifier and TypeInterfaceDescriptioninterfaceValidationProvider<T extends Configuration<T>>Contract between the validation bootstrap mechanism and the provider engine.Methods in javax.validation.spi that return ConfigurationModifier and TypeMethodDescriptionValidationProvider.createGenericConfiguration(BootstrapState state) Returns aConfigurationinstance.