public class AppParameterProviderFactory extends ParameterProviderFactory<App>
| Constructor | Description |
|---|---|
AppParameterProviderFactory() |
| Modifier and Type | Method | Description |
|---|---|---|
ParameterProvider<App> |
createParameterProvider(Method handleMethod,
Class<?> parameterType,
Annotation[] parameterAnnotations) |
|
boolean |
isHandled(Method handleMethod,
Class<? extends App> parameterType,
Annotation[] parameterAnnotations) |
public boolean isHandled(Method handleMethod, Class<? extends App> parameterType, Annotation[] parameterAnnotations)
isHandled in class ParameterProviderFactory<App>public ParameterProvider<App> createParameterProvider(Method handleMethod, Class<?> parameterType, Annotation[] parameterAnnotations)
createParameterProvider in class ParameterProviderFactory<App>Copyright © 2014–2018. All rights reserved.