| Package | Description |
|---|---|
| net.morimekta.providence.model |
| Modifier and Type | Field and Description |
|---|---|
static PStructDescriptor<FunctionType,FunctionType._Field> |
FunctionType.kDescriptor |
| Modifier and Type | Method and Description |
|---|---|
FunctionType |
FunctionType._Builder.build() |
| Modifier and Type | Method and Description |
|---|---|
PStructDescriptor<FunctionType,FunctionType._Field> |
FunctionType.descriptor() |
PStructDescriptor<FunctionType,FunctionType._Field> |
FunctionType._Builder.descriptor() |
List<FunctionType> |
ServiceType.getMethods() |
List<FunctionType> |
ServiceType._Builder.mutableMethods()
Get the builder for the contained
methods message field. |
static PStructDescriptorProvider<FunctionType,FunctionType._Field> |
FunctionType.provider() |
| Modifier and Type | Method and Description |
|---|---|
ServiceType._Builder |
ServiceType._Builder.addToMethods(FunctionType... values)
Adds entries to the
methods list. |
int |
FunctionType.compareTo(FunctionType other) |
FunctionType._Builder |
FunctionType._Builder.merge(FunctionType from) |
| Modifier and Type | Method and Description |
|---|---|
ServiceType._Builder |
ServiceType._Builder.setMethods(Collection<FunctionType> value)
Set the
methods field value. |
| Constructor and Description |
|---|
_Builder(FunctionType base)
Make a mutating builder off a base pmodel.FunctionType.
|
Copyright © 2015–2018 morimekta.net. All rights reserved.