| Package | Description |
|---|---|
| net.morimekta.providence.model |
| Modifier and Type | Field and Description |
|---|---|
static PStructDescriptor<FieldType,FieldType._Field> |
FieldType.kDescriptor |
| Modifier and Type | Method and Description |
|---|---|
FieldType |
FieldType._Builder.build() |
| Modifier and Type | Method and Description |
|---|---|
PStructDescriptor<FieldType,FieldType._Field> |
FieldType.descriptor() |
PStructDescriptor<FieldType,FieldType._Field> |
FieldType._Builder.descriptor() |
List<FieldType> |
FunctionType.getExceptions() |
List<FieldType> |
MessageType.getFields() |
List<FieldType> |
FunctionType.getParams() |
List<FieldType> |
FunctionType._Builder.mutableExceptions()
Get the builder for the contained
exceptions message field. |
List<FieldType> |
MessageType._Builder.mutableFields()
Get the builder for the contained
fields message field. |
List<FieldType> |
FunctionType._Builder.mutableParams()
Get the builder for the contained
params message field. |
Optional<List<FieldType>> |
FunctionType.optionalExceptions() |
static PStructDescriptorProvider<FieldType,FieldType._Field> |
FieldType.provider() |
| Modifier and Type | Method and Description |
|---|---|
FunctionType._Builder |
FunctionType._Builder.addToExceptions(FieldType... values)
Adds entries to the
exceptions list. |
MessageType._Builder |
MessageType._Builder.addToFields(FieldType... values)
Adds entries to the
fields list. |
FunctionType._Builder |
FunctionType._Builder.addToParams(FieldType... values)
Adds entries to the
params list. |
int |
FieldType.compareTo(FieldType other) |
FieldType._Builder |
FieldType._Builder.merge(FieldType from) |
| Modifier and Type | Method and Description |
|---|---|
FunctionType._Builder |
FunctionType._Builder.setExceptions(Collection<FieldType> value)
Set the
exceptions field value. |
MessageType._Builder |
MessageType._Builder.setFields(Collection<FieldType> value)
Set the
fields field value. |
FunctionType._Builder |
FunctionType._Builder.setParams(Collection<FieldType> value)
Set the
params field value. |
| Constructor and Description |
|---|
_Builder(FieldType base)
Make a mutating builder off a base pmodel.FieldType.
|
Copyright © 2015–2018 morimekta.net. All rights reserved.