public interface MethodParameterExtractor
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
extract(MethodParameter parameter,
RouteContext routeContext)
Extract a value from a
MethodParameter for a specified RouteContext. |
boolean |
isApplicable(MethodParameter parameter)
Returns true if this extractor is applicable to the given
MethodParameter. |
boolean isApplicable(MethodParameter parameter)
MethodParameter.parameter - java.lang.Object extract(MethodParameter parameter, RouteContext routeContext)
MethodParameter for a specified RouteContext.parameter - routeContext - Copyright © 2023. All rights reserved.