public class ExecutorFactory extends Object
| Constructor and Description |
|---|
ExecutorFactory(PropertyValueFetcherFactory propertyValueFetcherFactory,
ParamNameFetcher paramNameFetcher,
AnnoRelConstraintMetaDataStore annoRelConstraintMetaDataStore) |
| Modifier and Type | Method and Description |
|---|---|
MethodValidatorExecutor |
getInstace(Method method) |
BeanValidateExecutor |
getInstance(Class<?> ckass) |
void |
setParamNameFetcher(ParamNameFetcher paramNameFetcher) |
void |
setPropertyValueFetcherFactory(PropertyValueFetcherFactory propertyValueFetcherFactory) |
public ExecutorFactory(PropertyValueFetcherFactory propertyValueFetcherFactory, ParamNameFetcher paramNameFetcher, AnnoRelConstraintMetaDataStore annoRelConstraintMetaDataStore)
public void setParamNameFetcher(ParamNameFetcher paramNameFetcher)
public void setPropertyValueFetcherFactory(PropertyValueFetcherFactory propertyValueFetcherFactory)
public BeanValidateExecutor getInstance(Class<?> ckass)
public MethodValidatorExecutor getInstace(Method method)
Copyright © 2017. All rights reserved.