javax.validation
Class Validation

java.lang.Object
  extended by javax.validation.Validation

public class Validation
extends java.lang.Object

Note: From Section 4.4.5 Validation of the 1.0 PFD Spec - Validation implementations may only provide the following three public static methods: buildDefaultValidatorFactory(), byDefaultProvider(), byProvider()


Constructor Summary
Validation()
           
 
Method Summary
static ValidatorFactory buildDefaultValidatorFactory()
           
static GenericBootstrap byDefaultProvider()
           
static
<T extends Configuration<T>,U extends ValidationProvider<T>>
ProviderSpecificBootstrap<T>
byProvider(java.lang.Class<U> providerType)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Validation

public Validation()
Method Detail

buildDefaultValidatorFactory

public static ValidatorFactory buildDefaultValidatorFactory()

byDefaultProvider

public static GenericBootstrap byDefaultProvider()

byProvider

public static <T extends Configuration<T>,U extends ValidationProvider<T>> ProviderSpecificBootstrap<T> byProvider(java.lang.Class<U> providerType)