| 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()
Gets the builder for the contained methods.
|
static PStructDescriptorProvider<FunctionType,FunctionType._Field> |
FunctionType.provider() |
| Modifier and Type | Method and Description |
|---|---|
ServiceType._Builder |
ServiceType._Builder.addToMethods(FunctionType... values)
Adds entries to methods.
|
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)
Sets the value of methods.
|
| Constructor and Description |
|---|
_Builder(FunctionType base)
Make a mutating builder off a base model.FunctionType.
|
Copyright © 2015–2017 morimekta.net. All rights reserved.