Package | Description |
---|---|
com.facebook.swift.codec.metadata | |
net.gdface.thrift |
Modifier and Type | Class and Description |
---|---|
class |
ThriftCatalogWithTransformer
|
Modifier and Type | Field and Description |
---|---|
protected ThriftCatalog |
AbstractThriftMetadataBuilder.catalog |
Modifier and Type | Method and Description |
---|---|
protected void |
AbstractThriftMetadataBuilder.normalizeThriftFields(ThriftCatalog catalog) |
protected void |
AbstractThriftMetadataBuilder.verifyFieldType(short id,
java.lang.String name,
java.util.Collection<com.facebook.swift.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.
|
Constructor and Description |
---|
AbstractThriftMetadataBuilder(ThriftCatalog catalog,
java.lang.reflect.Type structType) |
ThriftStructMetadataBuilder(ThriftCatalog catalog,
java.lang.reflect.Type structType) |
ThriftUnionMetadataBuilder(ThriftCatalog catalog,
java.lang.reflect.Type structType) |
Modifier and Type | Field and Description |
---|---|
static ThriftCatalog |
ThriftUtils.CATALOG |
Copyright © 2019. All rights reserved.