Class ReflectionThriftCodecFactory
java.lang.Object
io.airlift.drift.codec.internal.reflection.ReflectionThriftCodecFactory
- All Implemented Interfaces:
ThriftCodecFactory
Creates reflection based thrift codecs.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionThriftCodec<?>generateThriftTypeCodec(ThriftCodecManager codecManager, ThriftStructMetadata metadata)
-
Constructor Details
-
ReflectionThriftCodecFactory
public ReflectionThriftCodecFactory()
-
-
Method Details
-
generateThriftTypeCodec
public ThriftCodec<?> generateThriftTypeCodec(ThriftCodecManager codecManager, ThriftStructMetadata metadata) - Specified by:
generateThriftTypeCodecin interfaceThriftCodecFactory
-