Interface ParameterExtractor
- All Known Implementing Classes:
AsyncResponseExtractor,BodyParamExtractor,ContextParamExtractor,CookieParamExtractor,FormParamExtractor,HeaderParamExtractor,InjectParamExtractor,LocatableResourcePathParamExtractor,MatrixParamExtractor,MultipartDataInputExtractor,MultipartFormParamExtractor,NullParamExtractor,PathParamExtractor,QueryParamExtractor,RecordBeanParamExtractor
public interface ParameterExtractor
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic classlistener class that is used to provide async method parameters. -
Method Summary
Modifier and TypeMethodDescriptionExtracts a parameter from the request.
-
Method Details
-
extractParameter
Extracts a parameter from the request. If this returns aParameterExtractor.ParameterCallbackthen the value must be obtained from the listener
-