Class AsWrapperTypeDeserializer


public class AsWrapperTypeDeserializer extends TypeDeserializerBase
Type deserializer used with JsonTypeInfo.As.WRAPPER_OBJECT inclusion mechanism. Simple since JSON structure used is always the same, regardless of structure used for actual value: wrapping is done using a single-element JSON Object where type id is the key, and actual object data as the value.
Author:
tatus