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,
com.facebook.swift.codec.ThriftField.Requiredness requiredness,
ThriftType thriftType,
java.lang.String name,
FieldKind fieldKind,
java.util.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(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 © 2019. All rights reserved.