Package xyz.block.ftl.runtime
Class JsonSerializationConfig.TypeAliasDeSerializer
-
- All Implemented Interfaces:
-
com.fasterxml.jackson.databind.deser.NullValueProvider,com.fasterxml.jackson.databind.deser.ValueInstantiator.Gettable,java.io.Serializable
public class JsonSerializationConfig.TypeAliasDeSerializer<T, S> extends StdDeserializer<T>
-
-
Constructor Summary
Constructors Constructor Description JsonSerializationConfig.TypeAliasDeSerializer(Class<T> type, Class<S> serializedType, TypeAliasMapper<T, S> mapper)
-
Method Summary
Modifier and Type Method Description Tdeserialize(JsonParser p, DeserializationContext ctxt)-
Methods inherited from class com.fasterxml.jackson.databind.deser.std.StdDeserializer
deserializeWithType, getValueClass, getValueInstantiator, getValueType, handledType -
Methods inherited from class com.fasterxml.jackson.databind.JsonDeserializer
findBackReference, getAbsentValue, getDelegatee, getEmptyAccessPattern, getEmptyValue, getKnownPropertyNames, getNullAccessPattern, getNullValue, getObjectIdReader, isCachable, logicalType, replaceDelegatee, supportsUpdate, unwrappingDeserializer -
Methods inherited from class com.fasterxml.jackson.databind.deser.NullValueProvider
getNullValue -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
deserialize
T deserialize(JsonParser p, DeserializationContext ctxt)
-
-
-
-