public class FilterTypeIdResolver
extends com.fasterxml.jackson.databind.jsontype.impl.TypeIdResolverBase
| Constructor and Description |
|---|
FilterTypeIdResolver() |
| Modifier and Type | Method and Description |
|---|---|
com.fasterxml.jackson.annotation.JsonTypeInfo.Id |
getMechanism() |
String |
idFromBaseType() |
String |
idFromValue(Object obj) |
String |
idFromValueAndType(Object obj,
Class<?> clazz) |
void |
init(com.fasterxml.jackson.databind.JavaType baseType) |
com.fasterxml.jackson.databind.JavaType |
typeFromId(com.fasterxml.jackson.databind.DatabindContext context,
String group) |
public com.fasterxml.jackson.annotation.JsonTypeInfo.Id getMechanism()
public String idFromBaseType()
idFromBaseType in interface com.fasterxml.jackson.databind.jsontype.TypeIdResolveridFromBaseType in class com.fasterxml.jackson.databind.jsontype.impl.TypeIdResolverBasepublic void init(com.fasterxml.jackson.databind.JavaType baseType)
init in interface com.fasterxml.jackson.databind.jsontype.TypeIdResolverinit in class com.fasterxml.jackson.databind.jsontype.impl.TypeIdResolverBasepublic com.fasterxml.jackson.databind.JavaType typeFromId(com.fasterxml.jackson.databind.DatabindContext context,
String group)
typeFromId in interface com.fasterxml.jackson.databind.jsontype.TypeIdResolvertypeFromId in class com.fasterxml.jackson.databind.jsontype.impl.TypeIdResolverBaseCopyright © 2021 Suncode. All rights reserved.