| Package | Description |
|---|---|
| net.morimekta.providence.model |
| 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) |
StructType._Builder |
StructType._Builder.addToFields(ThriftField... values) |
ServiceMethod._Builder |
ServiceMethod._Builder.addToParams(ThriftField... values) |
int |
ThriftField.compareTo(ThriftField other) |
Declaration._Builder |
Declaration._Builder.setDeclConst(ThriftField value) |
static Declaration |
Declaration.withDeclConst(ThriftField value) |
| Modifier and Type | Method and Description |
|---|---|
ServiceMethod._Builder |
ServiceMethod._Builder.setExceptions(Collection<ThriftField> value) |
StructType._Builder |
StructType._Builder.setFields(Collection<ThriftField> value) |
ServiceMethod._Builder |
ServiceMethod._Builder.setParams(Collection<ThriftField> value) |
| Constructor and Description |
|---|
_Builder(ThriftField base) |
| Constructor and Description |
|---|
ServiceMethod(String pComment,
boolean pOneWay,
String pReturnType,
String pName,
List<ThriftField> pParams,
List<ThriftField> pExceptions) |
ServiceMethod(String pComment,
boolean pOneWay,
String pReturnType,
String pName,
List<ThriftField> pParams,
List<ThriftField> pExceptions) |
StructType(String pComment,
StructVariant pVariant,
String pName,
List<ThriftField> pFields) |
Copyright © 2016. All rights reserved.