Uses of Interface
javax.validation.Configuration

Packages that use Configuration
javax.validation   
javax.validation.bootstrap   
javax.validation.spi   
 

Uses of Configuration in javax.validation
 

Classes in javax.validation with type parameters of type Configuration
 interface Configuration<T extends Configuration<T>>
          Receives configuration information, selects the appropriate Bean Validation provider and builds the appropriate ValidatorFactory.
 

Methods in javax.validation with type parameters of type Configuration
static
<T extends Configuration<T>>
ProviderSpecificBootstrap<T>
Validation.byProvider(java.lang.Class<T> configurationType)
          Build a Configuration for a particular provider implementation.
 

Uses of Configuration in javax.validation.bootstrap
 

Classes in javax.validation.bootstrap with type parameters of type Configuration
 interface ProviderSpecificBootstrap<T extends Configuration<T>>
          Defines the state used to bootstrap Bean Validation and creates a provider specific Configuration.
 

Methods in javax.validation.bootstrap that return Configuration
 Configuration<?> GenericBootstrap.configure()
          Returns a generic Configuration implementation.
 

Uses of Configuration in javax.validation.spi
 

Methods in javax.validation.spi with type parameters of type Configuration
<T extends Configuration<T>>
T
ValidationProvider.createSpecializedConfiguration(BootstrapState state, java.lang.Class<T> configurationClass)
          Returns a Configuration instance implementing the configurationClass interface.
 

Methods in javax.validation.spi that return Configuration
 Configuration<?> ValidationProvider.createGenericConfiguration(BootstrapState state)
          Returns a Configuration instance.
 

Method parameters in javax.validation.spi with type arguments of type Configuration
 boolean ValidationProvider.isSuitable(java.lang.Class<? extends Configuration<?>> configurationClass)
          Return true if configurationClass is the uniquely identifying Configuration subclass for this provider
 



Copyright © 2007-2009. All Rights Reserved.