public class WidgetConfigResolver extends Object implements com.fasterxml.jackson.databind.jsontype.TypeIdResolver
| Constructor and Description |
|---|
WidgetConfigResolver() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDescForKnownTypeIds() |
com.fasterxml.jackson.annotation.JsonTypeInfo.Id |
getMechanism() |
String |
idFromBaseType() |
String |
idFromValue(Object value) |
String |
idFromValueAndType(Object value,
Class<?> suggestedType) |
void |
init(com.fasterxml.jackson.databind.JavaType baseType) |
com.fasterxml.jackson.databind.JavaType |
typeFromId(com.fasterxml.jackson.databind.DatabindContext context,
String id) |
public void init(com.fasterxml.jackson.databind.JavaType baseType)
init in interface com.fasterxml.jackson.databind.jsontype.TypeIdResolverpublic com.fasterxml.jackson.databind.JavaType typeFromId(com.fasterxml.jackson.databind.DatabindContext context,
String id)
throws IOException
typeFromId in interface com.fasterxml.jackson.databind.jsontype.TypeIdResolverIOExceptionpublic String idFromValue(Object value)
idFromValue in interface com.fasterxml.jackson.databind.jsontype.TypeIdResolverpublic String idFromValueAndType(Object value, Class<?> suggestedType)
idFromValueAndType in interface com.fasterxml.jackson.databind.jsontype.TypeIdResolverpublic String idFromBaseType()
idFromBaseType in interface com.fasterxml.jackson.databind.jsontype.TypeIdResolverpublic String getDescForKnownTypeIds()
getDescForKnownTypeIds in interface com.fasterxml.jackson.databind.jsontype.TypeIdResolverpublic com.fasterxml.jackson.annotation.JsonTypeInfo.Id getMechanism()
getMechanism in interface com.fasterxml.jackson.databind.jsontype.TypeIdResolverCopyright © 2012–2021 Graylog, Inc.. All rights reserved.