Class WebClientCallMethodBuilder
-
- All Implemented Interfaces:
-
pl.metaprogramming.codegen.java.base.IMethodCmBuilder
public final class WebClientCallMethodBuilder extends RestCallMethodBuilder
-
-
Field Summary
Fields Modifier and Type Field Description private ClassCmrequestClassprivate ClassCdresponseTypeprivate ClassNameFormatterclassNameFormatterprivate final CodeBuffercodeBufprivate final JavaNameMappernameMapperprivate final Dependenciesdependenciesprivate final CodegenParamsparamsprivate BuildContext<?>contextprivate ClassCmclassCmprivate final MethodCmmethodCmprivate final Operationmodel
-
Constructor Summary
Constructors Constructor Description WebClientCallMethodBuilder(Operation operation)
-
Method Summary
Modifier and Type Method Description StringmakeImplBody()-
Methods inherited from class pl.metaprogramming.codegen.java.spring.rs.RestCallMethodBuilder
getRequestClass, getResponseType, makeDeclaration, setRequestClass, setResponseType, toGetExp, toStringExp -
Methods inherited from class pl.metaprogramming.codegen.java.base.BaseMethodCmBuilder
addVarDeclaration, addVarDeclaration, callComponent, classLocator, componentRef, componentRef, getClass, getClass, getClassNameFormatter, getCodeBuf, getDependencies, getNameMapper, getParams, getter, injectDependency, injectDependency, makeImplementation, mapping, mapping, ofNullable, setClassNameFormatter -
Methods inherited from class pl.metaprogramming.codegen.java.base.MethodCmBuilder
getClassCm, getContext, getMethodCm, getModel, make, makeDeclaration, newMethodCm, newMethodCm, setClassCm, setContext -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Constructor Detail
-
WebClientCallMethodBuilder
WebClientCallMethodBuilder(Operation operation)
-
-
Method Detail
-
makeImplBody
String makeImplBody()
-
-
-
-