Class ListJacksonJsonTypeDetector
java.lang.Object
org.camunda.bpm.client.variable.impl.format.json.ListJacksonJsonTypeDetector
- All Implemented Interfaces:
TypeDetector
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
protected com.fasterxml.jackson.databind.JavaType
constructType
(Object object) detectType
(Object object)
-
Constructor Details
-
ListJacksonJsonTypeDetector
public ListJacksonJsonTypeDetector()
-
-
Method Details
-
canHandle
- Specified by:
canHandle
in interfaceTypeDetector
-
detectType
- Specified by:
detectType
in interfaceTypeDetector
-
constructType
-