Class DtListDeltaJsonConverter
- java.lang.Object
-
- io.vertigo.vega.plugins.webservice.handler.converter.DtListDeltaJsonConverter
-
- All Implemented Interfaces:
JsonConverter
public final class DtListDeltaJsonConverter extends Object implements JsonConverter
-
-
Constructor Summary
Constructors Constructor Description DtListDeltaJsonConverter(JsonEngine jsonReaderEngine)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleancanHandle(Class<?> paramClass)Class[]getSupportedInputs()voidpopulateWebServiceCallContext(Object input, WebServiceParam webServiceParam, WebServiceCallContext routeContext)Converter source object into value object and put it into RouteContext.
-
-
-
Constructor Detail
-
DtListDeltaJsonConverter
@Inject public DtListDeltaJsonConverter(JsonEngine jsonReaderEngine)
- Parameters:
jsonReaderEngine- jsonReaderEngine
-
-
Method Detail
-
canHandle
public boolean canHandle(Class<?> paramClass)
- 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
public Class[] getSupportedInputs()
- Specified by:
getSupportedInputsin interfaceJsonConverter- Returns:
- Input types
-
-