Interface ParameterExtractor
-
- All Known Implementing Classes:
AsyncResponseExtractor,BodyParamExtractor,ContextParamExtractor,CookieParamExtractor,FormParamExtractor,HeaderParamExtractor,InjectParamExtractor,LocatableResourcePathParamExtractor,MatrixParamExtractor,MultipartDataInputExtractor,MultipartFormParamExtractor,NullParamExtractor,PathParamExtractor,QueryParamExtractor
public interface ParameterExtractor
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classParameterExtractor.ParameterCallbacklistener class that is used to provide async method parameters.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ObjectextractParameter(ResteasyReactiveRequestContext context)Extracts a parameter from the request.
-
-
-
Method Detail
-
extractParameter
Object extractParameter(ResteasyReactiveRequestContext context)
Extracts a parameter from the request. If this returns aParameterExtractor.ParameterCallbackthen the value must be obtained from the listener
-
-