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