org.apache.bval.guice
Class ValidatorProvider
java.lang.Object
org.apache.bval.guice.ValidatorProvider
- All Implemented Interfaces:
- Provider<Validator>
@Singleton
final class ValidatorProvider
- extends Object
- implements Provider<Validator>
Validator guice provider implementation.
- Version:
- $Id: ValidatorProvider.java 1073946 2011-02-23 21:01:07Z simonetripodi $
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ValidatorProvider
ValidatorProvider()
setValidatorFactory
public void setValidatorFactory(ValidatorFactory validatorFactory)
get
public Validator get()
-
- Specified by:
get
in interface Provider<Validator>
Copyright © 2010-2012 Apache Software Foundation. All Rights Reserved.