Uses of Class
io.airlift.drift.codec.metadata.ThriftStructMetadata
Packages that use ThriftStructMetadata
Package
Description
-
Uses of ThriftStructMetadata in io.airlift.drift.codec.internal
Methods in io.airlift.drift.codec.internal with parameters of type ThriftStructMetadataModifier and TypeMethodDescriptionThriftCodec<?>ThriftCodecFactory.generateThriftTypeCodec(ThriftCodecManager codecManager, ThriftStructMetadata metadata) -
Uses of ThriftStructMetadata in io.airlift.drift.codec.internal.compiler
Methods in io.airlift.drift.codec.internal.compiler with parameters of type ThriftStructMetadataModifier and TypeMethodDescriptionThriftCodec<?>CompilerThriftCodecFactory.generateThriftTypeCodec(ThriftCodecManager codecManager, ThriftStructMetadata metadata) Constructors in io.airlift.drift.codec.internal.compiler with parameters of type ThriftStructMetadataModifierConstructorDescriptionThriftCodecByteCodeGenerator(ThriftCodecManager codecManager, ThriftStructMetadata metadata, io.airlift.bytecode.DynamicClassLoader classLoader, boolean debug) -
Uses of ThriftStructMetadata in io.airlift.drift.codec.internal.reflection
Fields in io.airlift.drift.codec.internal.reflection declared as ThriftStructMetadataModifier and TypeFieldDescriptionprotected final ThriftStructMetadataAbstractReflectionThriftCodec.metadataMethods in io.airlift.drift.codec.internal.reflection with parameters of type ThriftStructMetadataModifier and TypeMethodDescriptionThriftCodec<?>ReflectionThriftCodecFactory.generateThriftTypeCodec(ThriftCodecManager codecManager, ThriftStructMetadata metadata) Constructors in io.airlift.drift.codec.internal.reflection with parameters of type ThriftStructMetadataModifierConstructorDescriptionprotectedAbstractReflectionThriftCodec(ThriftCodecManager manager, ThriftStructMetadata metadata) ReflectionThriftStructCodec(ThriftCodecManager manager, ThriftStructMetadata metadata) ReflectionThriftUnionCodec(ThriftCodecManager manager, ThriftStructMetadata metadata) -
Uses of ThriftStructMetadata in io.airlift.drift.codec.metadata
Methods in io.airlift.drift.codec.metadata that return ThriftStructMetadataModifier and TypeMethodDescriptionabstract ThriftStructMetadataAbstractThriftMetadataBuilder.build()ThriftStructMetadataBuilder.build()ThriftUnionMetadataBuilder.build()ThriftType.getStructMetadata()ThriftCatalog.getThriftStructMetadata(Type structType) Gets the ThriftStructMetadata for the specified struct class.Methods in io.airlift.drift.codec.metadata with parameters of type ThriftStructMetadataModifier and TypeMethodDescriptionstatic ThriftTypeThriftType.struct(ThriftStructMetadata structMetadata)