public final class WebCmsObjectDeserializer extends com.fasterxml.jackson.databind.JsonDeserializer<Object>
WebCmsObject by using the WebCmsDataConversionService instead.
This way it should be enough for most custom implementations to just provide a converter from object id (String to their implementation, and vice versa).| Constructor and Description |
|---|
WebCmsObjectDeserializer() |
| Modifier and Type | Method and Description |
|---|---|
Object |
deserialize(com.fasterxml.jackson.core.JsonParser jsonParser,
com.fasterxml.jackson.databind.DeserializationContext context) |
Class<?> |
handledType() |
deserialize, deserializeWithType, deserializeWithType, findBackReference, getDelegatee, getEmptyAccessPattern, getEmptyValue, getEmptyValue, getKnownPropertyNames, getNullAccessPattern, getNullValue, getNullValue, getObjectIdReader, isCachable, replaceDelegatee, supportsUpdate, unwrappingDeserializerpublic Class<?> handledType()
handledType in class com.fasterxml.jackson.databind.JsonDeserializer<Object>public Object deserialize(com.fasterxml.jackson.core.JsonParser jsonParser, com.fasterxml.jackson.databind.DeserializationContext context) throws IOException
deserialize in class com.fasterxml.jackson.databind.JsonDeserializer<Object>IOExceptionCopyright © 2020. All rights reserved.