Package io.airlift.drift.codec.metadata
package io.airlift.drift.codec.metadata
-
ClassDescriptionMetadataErrors collects all known issues with metadata extraction.ThriftCatalog contains the metadata for all known structs, enums and type coercions.ThriftEnumMetadata<T extends Enum<T>>ThriftEnumMetadataBuilder<T extends Enum<T>>ThriftExtraction contains information an extraction point for a single thrift field.ThriftFieldMetadata defines a single thrift field including the value extraction and injection points.ThriftInjection contains information an injection point for a single thrift field.ThriftType contains all metadata necessary for converting the java type to and from Thrift.An interface to either a resolved
ThriftTypeor the information to compute one.