Uses of Interface
javax.validation.Configuration
-
Packages that use Configuration Package Description javax.validation Top level package of the Jakarta Bean Validation API.javax.validation.bootstrap Package containing bootstrap specific objects.javax.validation.spi Package containing objects specific to the interaction between the Jakarta Bean Validation bootstrapping process and Jakarta Bean Validation providers. -
-
Uses of Configuration in javax.validation
Classes in javax.validation with type parameters of type Configuration Modifier and Type Interface Description interfaceConfiguration<T extends Configuration<T>>Receives configuration information, selects the appropriate Jakarta Bean Validation provider and builds the appropriateValidatorFactory.Methods in javax.validation with type parameters of type Configuration Modifier and Type Method Description static <T extends Configuration<T>,U extends ValidationProvider<T>>
ProviderSpecificBootstrap<T>Validation. byProvider(java.lang.Class<U> providerType)Builds aConfigurationfor a particular provider implementation. -
Uses of Configuration in javax.validation.bootstrap
Classes in javax.validation.bootstrap with type parameters of type Configuration Modifier and Type Interface Description interfaceProviderSpecificBootstrap<T extends Configuration<T>>Defines the state used to bootstrap Jakarta Bean Validation and creates a provider specificConfigurationof typeT.Methods in javax.validation.bootstrap that return Configuration Modifier and Type Method Description Configuration<?>GenericBootstrap. configure()Returns a genericConfigurationimplementation. -
Uses of Configuration in javax.validation.spi
Classes in javax.validation.spi with type parameters of type Configuration Modifier and Type Interface Description interfaceValidationProvider<T extends Configuration<T>>Contract between the validation bootstrap mechanism and the provider engine.Methods in javax.validation.spi that return Configuration Modifier and Type Method Description Configuration<?>ValidationProvider. createGenericConfiguration(BootstrapState state)Returns aConfigurationinstance.
-