public class JustificationTextParameterProviderFactory extends com.v5analytics.webster.parameterProviders.ParameterProviderFactory<String>
| Modifier and Type | Field and Description |
|---|---|
static String |
JUSTIFICATION_TEXT |
| Constructor and Description |
|---|
JustificationTextParameterProviderFactory(UserRepository userRepository,
Configuration configuration) |
| Modifier and Type | Method and Description |
|---|---|
com.v5analytics.webster.parameterProviders.ParameterProvider<String> |
createParameterProvider(Method handleMethod,
Class<?> parameterType,
Annotation[] parameterAnnotations) |
boolean |
isHandled(Method handleMethod,
Class<? extends String> parameterType,
Annotation[] parameterAnnotations) |
public static final String JUSTIFICATION_TEXT
@Inject public JustificationTextParameterProviderFactory(UserRepository userRepository, Configuration configuration)
public boolean isHandled(Method handleMethod, Class<? extends String> parameterType, Annotation[] parameterAnnotations)
isHandled in class com.v5analytics.webster.parameterProviders.ParameterProviderFactory<String>public com.v5analytics.webster.parameterProviders.ParameterProvider<String> createParameterProvider(Method handleMethod, Class<?> parameterType, Annotation[] parameterAnnotations)
createParameterProvider in class com.v5analytics.webster.parameterProviders.ParameterProviderFactory<String>Copyright © 2013–2016 V5 Analytics. All rights reserved.