private class GrpcKotlinGenerator.MethodContext extends Object
| Modifier and Type | Field and Description |
|---|---|
boolean |
deprecated |
String |
grpcCallsMethodName |
String |
inputType |
boolean |
isManyInput |
boolean |
isManyOutput |
String |
javaDoc |
String |
methodName |
int |
methodNumber |
String |
outputType |
| Modifier | Constructor and Description |
|---|---|
private |
MethodContext() |
| Modifier and Type | Method and Description |
|---|---|
String |
methodNamePascalCase() |
String |
methodNameUpperUnderscore() |
public String methodName
public String inputType
public String outputType
public boolean deprecated
public boolean isManyInput
public boolean isManyOutput
public String grpcCallsMethodName
public int methodNumber
public String javaDoc
Copyright © 2018. All rights reserved.