Class ThriftCodecByteCodeGenerator<T>

java.lang.Object
io.airlift.drift.codec.internal.compiler.ThriftCodecByteCodeGenerator<T>

public class ThriftCodecByteCodeGenerator<T> extends Object
  • Constructor Details

    • ThriftCodecByteCodeGenerator

      public ThriftCodecByteCodeGenerator(ThriftCodecManager codecManager, ThriftStructMetadata metadata, io.airlift.bytecode.DynamicClassLoader classLoader, boolean debug)
  • Method Details

    • getThriftCodec

      public ThriftCodec<T> getThriftCodec()
    • toParameterizedType

      public static io.airlift.bytecode.ParameterizedType toParameterizedType(ThriftType type)
    • toParameterizedType

      public static io.airlift.bytecode.ParameterizedType toParameterizedType(ThriftTypeReference typeRef)