public class SetJacksonJsonTypeDetector extends AbstractJacksonJsonTypeDetector
To use it, make sure to call JacksonJsonDataFormat.addTypeDetector(TypeDetector)
to activate it.
| Modifier and Type | Field and Description |
|---|---|
static SetJacksonJsonTypeDetector |
INSTANCE
Object instance to use.
|
| Constructor and Description |
|---|
SetJacksonJsonTypeDetector() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
canHandle(Object value) |
String |
detectType(Object value) |
appliesTopublic static SetJacksonJsonTypeDetector INSTANCE
Copyright © 2014–2023 Camunda Services GmbH. All rights reserved.