| Package | Description |
|---|---|
| com.facebook.swift.codec.metadata |
| Modifier and Type | Method and Description |
|---|---|
protected ThriftMethodInjection |
AbstractThriftMetadataBuilder.buildBuilderConstructorInjections() |
| Modifier and Type | Method and Description |
|---|---|
protected List<ThriftMethodInjection> |
AbstractThriftMetadataBuilder.buildMethodInjections() |
com.google.common.base.Optional<ThriftMethodInjection> |
ThriftStructMetadata.getBuilderMethod() |
com.google.common.base.Optional<ThriftMethodInjection> |
ThriftFieldMetadata.getMethodInjection() |
List<ThriftMethodInjection> |
ThriftStructMetadata.getMethodInjections() |
| Constructor and Description |
|---|
ThriftFieldMetadata(short id,
ThriftField.Requiredness requiredness,
ThriftType thriftType,
String name,
FieldKind fieldKind,
List<ThriftInjection> injections,
com.google.common.base.Optional<ThriftConstructorInjection> constructorInjection,
com.google.common.base.Optional<ThriftMethodInjection> methodInjection,
com.google.common.base.Optional<ThriftExtraction> extraction,
com.google.common.base.Optional<TypeCoercion> coercion) |
ThriftStructMetadata(String structName,
Type structType,
Type builderType,
ThriftStructMetadata.MetadataType metadataType,
com.google.common.base.Optional<ThriftMethodInjection> builderMethod,
List<String> documentation,
List<ThriftFieldMetadata> fields,
com.google.common.base.Optional<ThriftConstructorInjection> constructorInjection,
List<ThriftMethodInjection> methodInjections) |
ThriftStructMetadata(String structName,
Type structType,
Type builderType,
ThriftStructMetadata.MetadataType metadataType,
com.google.common.base.Optional<ThriftMethodInjection> builderMethod,
List<String> documentation,
List<ThriftFieldMetadata> fields,
com.google.common.base.Optional<ThriftConstructorInjection> constructorInjection,
List<ThriftMethodInjection> methodInjections) |
Copyright © 2012–2014 Facebook, Inc.. All rights reserved.