| Package | Description |
|---|---|
| com.facebook.swift.codec.metadata |
| Modifier and Type | Method and Description |
|---|---|
com.google.common.base.Optional<ThriftConstructorInjection> |
ThriftFieldMetadata.getConstructorInjection() |
com.google.common.base.Optional<ThriftConstructorInjection> |
ThriftStructMetadata.getConstructorInjection() |
| 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) |
Copyright © 2012–2014 Facebook, Inc.. All rights reserved.