| 程序包 | 说明 |
|---|---|
| com.facebook.swift.codec.metadata |
| 限定符和类型 | 方法和说明 |
|---|---|
ThriftStructMetadata.MetadataType |
ThriftStructMetadata.getMetadataType() |
static ThriftStructMetadata.MetadataType |
ThriftStructMetadata.MetadataType.valueOf(java.lang.String name)
返回带有指定名称的该类型的枚举常量。
|
static ThriftStructMetadata.MetadataType[] |
ThriftStructMetadata.MetadataType.values()
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
|
| 构造器和说明 |
|---|
ThriftStructMetadata(java.lang.String structName,
java.lang.reflect.Type structType,
java.lang.reflect.Type builderType,
ThriftStructMetadata.MetadataType metadataType,
com.google.common.base.Optional<ThriftMethodInjection> builderMethod,
java.util.List<java.lang.String> documentation,
java.util.List<ThriftFieldMetadata> fields,
com.google.common.base.Optional<ThriftConstructorInjection> constructorInjection,
java.util.List<ThriftMethodInjection> methodInjections) |
Copyright © 2021. All Rights Reserved.