Class PrimitiveJsonConverter
java.lang.Object
io.vertigo.vega.plugins.webservice.handler.converter.PrimitiveJsonConverter
- All Implemented Interfaces:
JsonConverter
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanClass[]voidpopulateWebServiceCallContext(Object input, WebServiceParam webServiceParam, WebServiceCallContext routeContext) Converter source object into value object and put it into RouteContext.
-
Constructor Details
-
PrimitiveJsonConverter
- Parameters:
jsonReaderEngine- jsonReaderEngine
-
-
Method Details
-
canHandle
- Specified by:
canHandlein interfaceJsonConverter- Parameters:
paramClass- Class to test- Returns:
- If this converter can output this type of data.
-
populateWebServiceCallContext
public void populateWebServiceCallContext(Object input, WebServiceParam webServiceParam, WebServiceCallContext routeContext) Converter source object into value object and put it into RouteContext.- Specified by:
populateWebServiceCallContextin interfaceJsonConverter- Parameters:
input- SourcewebServiceParam- ParamrouteContext- RouteContext
-
getSupportedInputs
- Specified by:
getSupportedInputsin interfaceJsonConverter- Returns:
- Input types
-