@MetaInfServices public class BodyExtractor extends java.lang.Object implements MethodParameterExtractor
| Constructor and Description |
|---|
BodyExtractor() |
| 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. |
public boolean isApplicable(MethodParameter parameter)
MethodParameterExtractorMethodParameter.isApplicable in interface MethodParameterExtractorpublic java.lang.Object extract(MethodParameter parameter, RouteContext routeContext)
MethodParameterExtractorMethodParameter for a specified RouteContext.extract in interface MethodParameterExtractorCopyright © 2023. All rights reserved.