public class FilterTypeIdResolver extends Object implements com.fasterxml.jackson.databind.jsontype.TypeIdResolver
| 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(String group) |
public com.fasterxml.jackson.annotation.JsonTypeInfo.Id getMechanism()
getMechanism in interface com.fasterxml.jackson.databind.jsontype.TypeIdResolverpublic String idFromBaseType()
idFromBaseType in interface com.fasterxml.jackson.databind.jsontype.TypeIdResolverpublic String idFromValue(Object obj)
idFromValue in interface com.fasterxml.jackson.databind.jsontype.TypeIdResolverpublic String idFromValueAndType(Object obj, Class<?> clazz)
idFromValueAndType in interface com.fasterxml.jackson.databind.jsontype.TypeIdResolverpublic void init(com.fasterxml.jackson.databind.JavaType baseType)
init in interface com.fasterxml.jackson.databind.jsontype.TypeIdResolverpublic com.fasterxml.jackson.databind.JavaType typeFromId(String group)
typeFromId in interface com.fasterxml.jackson.databind.jsontype.TypeIdResolverCopyright © 2015 Suncode. All rights reserved.