public class SyncClientClass extends SyncClientInterface
Constructor and Description |
---|
SyncClientClass(GeneratorTaskParams taskParams) |
Modifier and Type | Method and Description |
---|---|
protected void |
addAdditionalMethods(com.squareup.javapoet.TypeSpec.Builder type) |
protected void |
addAnnotations(com.squareup.javapoet.TypeSpec.Builder type) |
protected void |
addCloseMethod(com.squareup.javapoet.TypeSpec.Builder type) |
protected void |
addFields(com.squareup.javapoet.TypeSpec.Builder type) |
protected void |
addInterfaceClass(com.squareup.javapoet.TypeSpec.Builder type) |
protected void |
addModifiers(com.squareup.javapoet.TypeSpec.Builder type) |
com.squareup.javapoet.ClassName |
className() |
protected com.squareup.javapoet.TypeSpec.Builder |
createTypeSpec() |
protected List<com.squareup.javapoet.MethodSpec> |
operations() |
protected com.squareup.javapoet.MethodSpec |
serviceClientConfigMethod() |
protected com.squareup.javapoet.MethodSpec.Builder |
utilitiesOperationBody(com.squareup.javapoet.MethodSpec.Builder builder) |
protected com.squareup.javapoet.MethodSpec.Builder |
waiterOperationBody(com.squareup.javapoet.MethodSpec.Builder builder) |
addConsumerMethod, operationBody, paginatedMethodBody, paginatedMethods, poetSpec, simpleMethodModifier, utilitiesMethod, waiterMethod
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
staticImports
public SyncClientClass(GeneratorTaskParams taskParams)
protected void addInterfaceClass(com.squareup.javapoet.TypeSpec.Builder type)
addInterfaceClass
in class SyncClientInterface
protected com.squareup.javapoet.TypeSpec.Builder createTypeSpec()
createTypeSpec
in class SyncClientInterface
protected void addAnnotations(com.squareup.javapoet.TypeSpec.Builder type)
addAnnotations
in class SyncClientInterface
protected void addModifiers(com.squareup.javapoet.TypeSpec.Builder type)
addModifiers
in class SyncClientInterface
protected void addFields(com.squareup.javapoet.TypeSpec.Builder type)
addFields
in class SyncClientInterface
protected void addAdditionalMethods(com.squareup.javapoet.TypeSpec.Builder type)
addAdditionalMethods
in class SyncClientInterface
protected com.squareup.javapoet.MethodSpec serviceClientConfigMethod()
serviceClientConfigMethod
in class SyncClientInterface
public com.squareup.javapoet.ClassName className()
className
in interface ClassSpec
className
in class SyncClientInterface
protected List<com.squareup.javapoet.MethodSpec> operations()
operations
in class SyncClientInterface
protected void addCloseMethod(com.squareup.javapoet.TypeSpec.Builder type)
addCloseMethod
in class SyncClientInterface
protected com.squareup.javapoet.MethodSpec.Builder utilitiesOperationBody(com.squareup.javapoet.MethodSpec.Builder builder)
utilitiesOperationBody
in class SyncClientInterface
protected com.squareup.javapoet.MethodSpec.Builder waiterOperationBody(com.squareup.javapoet.MethodSpec.Builder builder)
waiterOperationBody
in class SyncClientInterface
Copyright © 2023. All rights reserved.