Package org.chenile.proxy.interceptors
Class ResponseBodyTypeSelector
java.lang.Object
org.chenile.core.interceptors.BaseChenileInterceptor
org.chenile.proxy.interceptors.ResponseBodyTypeSelector
- All Implemented Interfaces:
org.chenile.owiz.Command<ChenileExchange>
This class calculates the correct type for the response body. It will be of type GenericResponse where
T is the return type of the underlying service. The underlying service return type can be represented as
a ParameterizedType of as a Class object, The treatment differs depending on what got specified
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.chenile.core.interceptors.BaseChenileInterceptor
bypassInterception, doContinue, doPostProcessing, execute, getExtensionByAnnotation, getExtensionByAnnotation, resumeFromSavedPoint, savePoint
-
Constructor Details
-
ResponseBodyTypeSelector
public ResponseBodyTypeSelector()
-
-
Method Details
-
doPreProcessing
- Overrides:
doPreProcessingin classBaseChenileInterceptor
-