Uses of Class
io.airlift.drift.codec.metadata.TypeCoercion
Packages that use TypeCoercion
-
Uses of TypeCoercion in io.airlift.drift.codec.internal.coercion
Constructors in io.airlift.drift.codec.internal.coercion with parameters of type TypeCoercionModifierConstructorDescriptionCoercionThriftCodec(ThriftCodec<?> codec, TypeCoercion typeCoercion) -
Uses of TypeCoercion in io.airlift.drift.codec.metadata
Methods in io.airlift.drift.codec.metadata that return TypeCoercionModifier and TypeMethodDescriptionThriftCatalog.getDefaultCoercion(Type type) Gets the default TypeCoercion (and associated ThriftType) for the specified Java type.Methods in io.airlift.drift.codec.metadata that return types with arguments of type TypeCoercion