Uses of Interface
javax.validation.spi.BootstrapState

Packages that use BootstrapState
javax.validation.spi Package containing objects specific to the interaction between the Bean Validation bootstrapping process and Bean Validation providers. 
 

Uses of BootstrapState in javax.validation.spi
 

Methods in javax.validation.spi with parameters of type BootstrapState
 Configuration<?> ValidationProvider.createGenericConfiguration(BootstrapState state)
          Returns a Configuration instance.
 T ValidationProvider.createSpecializedConfiguration(BootstrapState state)
          Returns a Configuration instance implementing T, the Configuration sub-interface.
 



Copyright © 2007-2013. All Rights Reserved.