| Modifier and Type | Field and Description |
|---|---|
static PStructDescriptor<ThriftField,ThriftField._Field> |
ThriftField.kDescriptor |
| Modifier and Type | Method and Description |
|---|---|
ThriftField |
ThriftField._Builder.build() |
ThriftField |
Declaration.getDeclConst() |
| Modifier and Type | Method and Description |
|---|---|
PStructDescriptor<ThriftField,ThriftField._Field> |
ThriftField.descriptor() |
List<ThriftField> |
ServiceMethod.getExceptions() |
List<ThriftField> |
StructType.getFields() |
List<ThriftField> |
ServiceMethod.getParams() |
static PStructDescriptorProvider<ThriftField,ThriftField._Field> |
ThriftField.provider() |
| Modifier and Type | Method and Description |
|---|---|
ServiceMethod._Builder |
ServiceMethod._Builder.addToExceptions(ThriftField... values)
Adds entries to exceptions.
|
StructType._Builder |
StructType._Builder.addToFields(ThriftField... values)
Adds entries to fields.
|
ServiceMethod._Builder |
ServiceMethod._Builder.addToParams(ThriftField... values)
Adds entries to params.
|
int |
ThriftField.compareTo(ThriftField other) |
Declaration._Builder |
Declaration._Builder.setDeclConst(ThriftField value)
Sets the value of decl_const.
|
static Declaration |
Declaration.withDeclConst(ThriftField value) |
| Modifier and Type | Method and Description |
|---|---|
ServiceMethod._Builder |
ServiceMethod._Builder.setExceptions(Collection<ThriftField> value)
Sets the value of exceptions.
|
StructType._Builder |
StructType._Builder.setFields(Collection<ThriftField> value)
Sets the value of fields.
|
ServiceMethod._Builder |
ServiceMethod._Builder.setParams(Collection<ThriftField> value)
Sets the value of params.
|
| Constructor and Description |
|---|
_Builder(ThriftField base)
Make a mutating builder off a base model.ThriftField.
|
| Constructor and Description |
|---|
ServiceMethod(String pComment,
boolean pOneWay,
String pReturnType,
String pName,
List<ThriftField> pParams,
List<ThriftField> pExceptions,
Map<String,String> pAnnotations) |
ServiceMethod(String pComment,
boolean pOneWay,
String pReturnType,
String pName,
List<ThriftField> pParams,
List<ThriftField> pExceptions,
Map<String,String> pAnnotations) |
StructType(String pComment,
StructVariant pVariant,
String pName,
List<ThriftField> pFields,
Map<String,String> pAnnotations) |
Copyright © 2016. All rights reserved.