Uses of Class
io.airlift.drift.codec.ThriftCodecManager
Packages that use ThriftCodecManager
Package
Description
-
Uses of ThriftCodecManager in io.airlift.drift.codec
Constructors in io.airlift.drift.codec with parameters of type ThriftCodecManager -
Uses of ThriftCodecManager in io.airlift.drift.codec.internal
Methods in io.airlift.drift.codec.internal with parameters of type ThriftCodecManagerModifier and TypeMethodDescriptionThriftCodec<?>ThriftCodecFactory.generateThriftTypeCodec(ThriftCodecManager codecManager, ThriftStructMetadata metadata) -
Uses of ThriftCodecManager in io.airlift.drift.codec.internal.compiler
Methods in io.airlift.drift.codec.internal.compiler with parameters of type ThriftCodecManagerModifier and TypeMethodDescriptionThriftCodec<?>CompilerThriftCodecFactory.generateThriftTypeCodec(ThriftCodecManager codecManager, ThriftStructMetadata metadata) Constructors in io.airlift.drift.codec.internal.compiler with parameters of type ThriftCodecManagerModifierConstructorDescriptionThriftCodecByteCodeGenerator(ThriftCodecManager codecManager, ThriftStructMetadata metadata, io.airlift.bytecode.DynamicClassLoader classLoader, boolean debug) -
Uses of ThriftCodecManager in io.airlift.drift.codec.internal.reflection
Methods in io.airlift.drift.codec.internal.reflection with parameters of type ThriftCodecManagerModifier and TypeMethodDescriptionThriftCodec<?>ReflectionThriftCodecFactory.generateThriftTypeCodec(ThriftCodecManager codecManager, ThriftStructMetadata metadata) Constructors in io.airlift.drift.codec.internal.reflection with parameters of type ThriftCodecManagerModifierConstructorDescriptionprotectedAbstractReflectionThriftCodec(ThriftCodecManager manager, ThriftStructMetadata metadata) ReflectionThriftStructCodec(ThriftCodecManager manager, ThriftStructMetadata metadata) ReflectionThriftUnionCodec(ThriftCodecManager manager, ThriftStructMetadata metadata)