Uses of Interface
io.airlift.drift.codec.internal.ThriftCodecFactory
Packages that use ThriftCodecFactory
Package
Description
-
Uses of ThriftCodecFactory in io.airlift.drift.codec
Constructors in io.airlift.drift.codec with parameters of type ThriftCodecFactoryModifierConstructorDescriptionThriftCodecManager(ThriftCodecFactory factory, ThriftCatalog catalog, Set<ThriftCodec<?>> codecs) ThriftCodecManager(ThriftCodecFactory factory, ThriftCodec<?>... codecs) ThriftCodecManager(ThriftCodecFactory factory, Set<ThriftCodec<?>> codecs) -
Uses of ThriftCodecFactory in io.airlift.drift.codec.internal.compiler
Classes in io.airlift.drift.codec.internal.compiler that implement ThriftCodecFactoryModifier and TypeClassDescriptionclassCreates Thrift codecs directly in byte code. -
Uses of ThriftCodecFactory in io.airlift.drift.codec.internal.reflection
Classes in io.airlift.drift.codec.internal.reflection that implement ThriftCodecFactoryModifier and TypeClassDescriptionclassCreates reflection based thrift codecs.