Class SecureTypeIdResolver
java.lang.Object
org.infinispan.server.core.dataconversion.json.SecureTypeIdResolver
- All Implemented Interfaces:
com.fasterxml.jackson.databind.jsontype.TypeIdResolver
@Deprecated(forRemoval=true,
since="12.0")
public class SecureTypeIdResolver
extends Object
implements com.fasterxml.jackson.databind.jsontype.TypeIdResolver
Deprecated, for removal: This API element is subject to removal in a future version.
JSON to POJO conversion is deprecated and will be removed in a future version.
Jackson TypeIdResolver that checks the serialization allow list before deserializing JSON types.
- Since:
- 9.3
-
Field Summary
Modifier and TypeFieldDescriptionprotected static final org.infinispan.util.logging.Log
Deprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
Modifier and TypeMethodDescriptionDeprecated, for removal: This API element is subject to removal in a future version.com.fasterxml.jackson.annotation.JsonTypeInfo.Id
Deprecated, for removal: This API element is subject to removal in a future version.Deprecated, for removal: This API element is subject to removal in a future version.idFromValue
(Object value) Deprecated, for removal: This API element is subject to removal in a future version.idFromValueAndType
(Object value, Class<?> suggestedType) Deprecated, for removal: This API element is subject to removal in a future version.void
init
(com.fasterxml.jackson.databind.JavaType baseType) Deprecated, for removal: This API element is subject to removal in a future version.com.fasterxml.jackson.databind.JavaType
typeFromId
(com.fasterxml.jackson.databind.DatabindContext databindContext, String id) Deprecated, for removal: This API element is subject to removal in a future version.
-
Field Details
-
logger
protected static final org.infinispan.util.logging.Log loggerDeprecated, for removal: This API element is subject to removal in a future version.
-
-
Method Details
-
init
public void init(com.fasterxml.jackson.databind.JavaType baseType) Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
init
in interfacecom.fasterxml.jackson.databind.jsontype.TypeIdResolver
-
idFromValue
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
idFromValue
in interfacecom.fasterxml.jackson.databind.jsontype.TypeIdResolver
-
idFromValueAndType
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
idFromValueAndType
in interfacecom.fasterxml.jackson.databind.jsontype.TypeIdResolver
-
idFromBaseType
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
idFromBaseType
in interfacecom.fasterxml.jackson.databind.jsontype.TypeIdResolver
-
getDescForKnownTypeIds
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
getDescForKnownTypeIds
in interfacecom.fasterxml.jackson.databind.jsontype.TypeIdResolver
-
typeFromId
public com.fasterxml.jackson.databind.JavaType typeFromId(com.fasterxml.jackson.databind.DatabindContext databindContext, String id) throws IOException Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
typeFromId
in interfacecom.fasterxml.jackson.databind.jsontype.TypeIdResolver
- Throws:
IOException
-
getMechanism
public com.fasterxml.jackson.annotation.JsonTypeInfo.Id getMechanism()Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
getMechanism
in interfacecom.fasterxml.jackson.databind.jsontype.TypeIdResolver
-