Package io.trino.type

Class TypeDeserializer

java.lang.Object
com.fasterxml.jackson.databind.JsonDeserializer<Type>
com.fasterxml.jackson.databind.deser.std.StdDeserializer<Type>
com.fasterxml.jackson.databind.deser.std.StdScalarDeserializer<Type>
com.fasterxml.jackson.databind.deser.std.FromStringDeserializer<Type>
io.trino.type.TypeDeserializer
All Implemented Interfaces:
com.fasterxml.jackson.databind.deser.NullValueProvider, com.fasterxml.jackson.databind.deser.ValueInstantiator.Gettable, Serializable

public final class TypeDeserializer extends com.fasterxml.jackson.databind.deser.std.FromStringDeserializer<Type>
See Also: