| Package | Description |
|---|---|
| net.morimekta.providence | |
| net.morimekta.providence.descriptor |
| Modifier and Type | Class and Description |
|---|---|
static class |
PApplicationExceptionType._Builder |
static class |
PServiceCallType._Builder |
| Modifier and Type | Method and Description |
|---|---|
abstract PEnumBuilder<T> |
PEnumBuilder.setById(int value)
Set the enum entity from integer value as it was defined in the thrift
IDL.
|
abstract PEnumBuilder<T> |
PEnumBuilder.setByName(String name)
Set the enum entity from name as it was written in the thrift IDL.
|
| Modifier and Type | Method and Description |
|---|---|
PEnumBuilder<T> |
PEnumDescriptor.builder() |
| Modifier and Type | Method and Description |
|---|---|
protected Supplier<PEnumBuilder<T>> |
PEnumDescriptor.getBuilderSupplier() |
| Constructor and Description |
|---|
PEnumDescriptor(String packageName,
String name,
Supplier<PEnumBuilder<T>> provider) |
Copyright © 2015–2018 morimekta.net. All rights reserved.