org.apache.bval.guice
Class ValidatorProvider
java.lang.Object
org.apache.bval.guice.ValidatorProvider
- All Implemented Interfaces:
- com.google.inject.Provider<Validator>
final class ValidatorProvider
- extends Object
- implements com.google.inject.Provider<Validator>
Validator guice provider implementation.
- Version:
- $Id: ValidatorProvider.java 981299 2010-08-01 19:56:15Z simonetripodi $
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ValidatorProvider
@Inject
public ValidatorProvider(ValidatorFactory validatorFactory)
- Build a new ValidatorProvider by ValidatorFactory.
- Parameters:
validatorFactory - the ValidatorFactory reference.
get
public Validator get()
-
- Specified by:
get in interface com.google.inject.Provider<Validator>
Copyright © 2010-2011 The Apache Software Foundation. All Rights Reserved.