public class OptionalParameterProviderFactory<T> extends ValueParameterProviderFactory<T>
| Constructor | Description |
|---|---|
OptionalParameterProviderFactory() |
| Modifier and Type | Method | Description |
|---|---|---|
ParameterProvider<T> |
createParameterProvider(Method handleMethod,
Class parameterType,
Annotation[] parameterAnnotations) |
|
boolean |
isHandled(Method handleMethod,
Class parameterType,
Annotation[] parameterAnnotations) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcreateParameterValueConverterpublic boolean isHandled(Method handleMethod, Class 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.