All Methods Static Methods Concrete Methods
| Modifier and Type |
Method and Description |
static List<CommentStatement> |
createClassHeaderComments(Service service,
String classMethodSampleCode,
String credentialsSampleCode,
String endpointSampleCode,
String transportSampleCode,
String primaryTransport,
String secondaryTransport) |
static CommentStatement |
createCreateMethodStubArgComment(String serviceName,
TypeNode settingsType) |
static CommentStatement |
createMethodNoArgComment(String serviceName) |
static CommentStatement |
createMethodSettingsArgComment(String serviceName) |
static CommentStatement |
createProtectedCtorSettingsArgComment(String serviceName) |
static List<CommentStatement> |
createRpcCallableMethodHeaderComment(Method method,
Optional<String> sampleCodeOpt) |
static List<CommentStatement> |
createRpcMethodHeaderComment(Method method,
List<MethodArgument> methodArguments,
Optional<String> sampleCodeOpt) |
static List<CommentStatement> |
createRpcMethodHeaderComment(Method method,
Optional<String> sampleCodeOpt) |