public final class AsyncWaiterInterfaceSpec extends BaseWaiterInterfaceSpec
Constructor and Description |
---|
AsyncWaiterInterfaceSpec(IntermediateModel model) |
Modifier and Type | Method and Description |
---|---|
protected void |
additionalBuilderTypeSpecModification(com.squareup.javapoet.TypeSpec.Builder type) |
com.squareup.javapoet.ClassName |
className() |
protected com.squareup.javapoet.ClassName |
clientClassName() |
protected com.squareup.javapoet.ParameterizedTypeName |
getWaiterResponseType(OperationModel opModel) |
protected com.squareup.javapoet.ClassName |
waiterImplName() |
poetSpec
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
staticImports
public AsyncWaiterInterfaceSpec(IntermediateModel model)
protected com.squareup.javapoet.ClassName waiterImplName()
waiterImplName
in class BaseWaiterInterfaceSpec
protected com.squareup.javapoet.ClassName clientClassName()
clientClassName
in class BaseWaiterInterfaceSpec
public com.squareup.javapoet.ClassName className()
protected com.squareup.javapoet.ParameterizedTypeName getWaiterResponseType(OperationModel opModel)
getWaiterResponseType
in class BaseWaiterInterfaceSpec
protected void additionalBuilderTypeSpecModification(com.squareup.javapoet.TypeSpec.Builder type)
additionalBuilderTypeSpecModification
in class BaseWaiterInterfaceSpec
Copyright © 2022. All rights reserved.