javax.validation
Class Validation
java.lang.Object
javax.validation.Validation
public class Validation
- extends 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()
- Version:
- $Rev$ $Date$
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Validation
public Validation()
buildDefaultValidatorFactory
public static ValidatorFactory buildDefaultValidatorFactory()
byDefaultProvider
public static GenericBootstrap byDefaultProvider()
byProvider
public static <T extends Configuration<T>,U extends ValidationProvider<T>> ProviderSpecificBootstrap<T> byProvider(Class<U> providerType)
Copyright © 2012. All Rights Reserved.