Uses of Class
io.airlift.drift.codec.metadata.ThriftCatalog
Packages that use ThriftCatalog
-
Uses of ThriftCatalog in io.airlift.drift.codec
Methods in io.airlift.drift.codec that return ThriftCatalogConstructors in io.airlift.drift.codec with parameters of type ThriftCatalogModifierConstructorDescriptionThriftCodecManager(ThriftCodecFactory factory, ThriftCatalog catalog, Set<ThriftCodec<?>> codecs) ThriftCodecManager(ThriftCatalog catalog) -
Uses of ThriftCatalog in io.airlift.drift.codec.metadata
Fields in io.airlift.drift.codec.metadata declared as ThriftCatalogModifier and TypeFieldDescriptionprotected final ThriftCatalogAbstractThriftMetadataBuilder.catalogMethods in io.airlift.drift.codec.metadata with parameters of type ThriftCatalogModifier and TypeMethodDescriptionprotected final voidAbstractThriftMetadataBuilder.normalizeThriftFields(ThriftCatalog catalog) protected final voidAbstractThriftMetadataBuilder.verifyFieldType(short id, String name, Collection<io.airlift.drift.codec.metadata.FieldMetadata> fields, ThriftCatalog catalog) Verifies that the the fields all have a supported Java type and that all fields map to the exact same ThriftType.Constructors in io.airlift.drift.codec.metadata with parameters of type ThriftCatalogModifierConstructorDescriptionprotectedAbstractThriftMetadataBuilder(ThriftCatalog catalog, Type structType) RecursiveThriftTypeReference(ThriftCatalog catalog, Type javaType) ThriftMethodMetadata(Method method, ThriftCatalog catalog) ThriftServiceMetadata(Class<?> serviceClass, ThriftCatalog catalog) ThriftStructMetadataBuilder(ThriftCatalog catalog, Type structType) ThriftUnionMetadataBuilder(ThriftCatalog catalog, Type structType)