public abstract class BaseWaiterInterfaceSpec extends Object implements ClassSpec
| Constructor and Description |
|---|
BaseWaiterInterfaceSpec(IntermediateModel model) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
additionalBuilderTypeSpecModification(com.squareup.javapoet.TypeSpec.Builder type) |
protected abstract com.squareup.javapoet.ClassName |
clientClassName() |
protected abstract com.squareup.javapoet.ParameterizedTypeName |
getWaiterResponseType(OperationModel operationModel) |
com.squareup.javapoet.TypeSpec |
poetSpec() |
protected abstract com.squareup.javapoet.ClassName |
waiterImplName() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitclassName, staticImportspublic BaseWaiterInterfaceSpec(IntermediateModel model)
public com.squareup.javapoet.TypeSpec poetSpec()
protected abstract com.squareup.javapoet.ClassName waiterImplName()
protected abstract com.squareup.javapoet.ClassName clientClassName()
protected abstract com.squareup.javapoet.ParameterizedTypeName getWaiterResponseType(OperationModel operationModel)
protected void additionalBuilderTypeSpecModification(com.squareup.javapoet.TypeSpec.Builder type)
Copyright © 2023. All rights reserved.