Class AbstractReflectionThriftCodec<T>

java.lang.Object
io.airlift.drift.codec.internal.reflection.AbstractReflectionThriftCodec<T>
All Implemented Interfaces:
ThriftCodec<T>
Direct Known Subclasses:
ReflectionThriftStructCodec, ReflectionThriftUnionCodec

public abstract class AbstractReflectionThriftCodec<T> extends Object implements ThriftCodec<T>