| Package | Description |
|---|---|
| io.protostuff.compiler.model | |
| io.protostuff.compiler.parser |
| Modifier and Type | Method and Description |
|---|---|
ServiceMethod |
Service.getMethod(String name) |
| Modifier and Type | Method and Description |
|---|---|
List<ServiceMethod> |
Service.getMethods() |
| Modifier and Type | Method and Description |
|---|---|
void |
Service.addMethod(ServiceMethod method) |
| Modifier and Type | Method and Description |
|---|---|
void |
Service.setMethods(List<ServiceMethod> methods) |
| Modifier and Type | Method and Description |
|---|---|
ProtoWalker |
ProtoWalker.onServiceMethod(ProtoWalker.ContextlessProcessor<ServiceMethod> processor) |
ProtoWalker |
ProtoWalker.onServiceMethod(ProtoWalker.Processor<ServiceMethod> processor) |
Copyright © 2015–2017. All rights reserved.