public class RequiredParameterProviderFactory<T> extends ValueParameterProviderFactory<T>
| Constructor | Description |
|---|---|
RequiredParameterProviderFactory() |
| Modifier and Type | Method | Description |
|---|---|---|
ParameterProvider<T> |
createParameterProvider(Method handleMethod,
Class<?> parameterType,
Annotation[] parameterAnnotations) |
|
boolean |
isHandled(Method handleMethod,
Class<? extends T> parameterType,
Annotation[] parameterAnnotations) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcreateParameterValueConverterpublic boolean isHandled(Method handleMethod, Class<? extends T> parameterType, Annotation[] parameterAnnotations)
isHandled in class ParameterProviderFactory<T>public ParameterProvider<T> createParameterProvider(Method handleMethod, Class<?> parameterType, Annotation[] parameterAnnotations)
createParameterProvider in class ParameterProviderFactory<T>Copyright © 2014–2018. All rights reserved.