public class WebApiProxyMethodInfo extends ProxyMethodInfo
Constructor and Description |
---|
WebApiProxyMethodInfo(ProxyMethodInfo info) |
WebApiProxyMethodInfo(Set<io.vertx.codegen.type.ClassTypeInfo> ownerTypes,
String name,
io.vertx.codegen.type.TypeInfo returnType,
io.vertx.codegen.doc.Text returnDescription,
boolean fluent,
boolean cacheReturn,
List<io.vertx.codegen.ParamInfo> params,
String comment,
io.vertx.codegen.doc.Doc doc,
boolean staticMethod,
boolean defaultMethod,
List<io.vertx.codegen.TypeParamInfo.Method> typeParams,
boolean proxyIgnore,
boolean proxyClose,
boolean deprecated,
io.vertx.codegen.doc.Text deprecatedDesc,
boolean useFutures) |
Modifier and Type | Method and Description |
---|---|
List<io.vertx.codegen.ParamInfo> |
getParamsToExtract() |
String |
getRequestContextName() |
isProxyClose, isProxyIgnore
collectImports, compareTo, copy, getCallbackType, getComment, getDeprecatedDesc, getDoc, getKind, getName, getName, getOwnerTypes, getParam, getParams, getReturnDescription, getReturnType, getSignature, getTypeParams, isCacheReturn, isContainingAnyJavaType, isDefaultMethod, isDeprecated, isFluent, isNullableReturn, isOwnedBy, isStaticMethod, isUseFutures, mergeTypeParams, resolveClassTypeParam, resolveTypeArg, setCacheReturn, setComment, setDefaultMethod, setDeprecated, setDeprecatedDesc, setDoc, setFluent, setName, setOwnerTypes, setParams, setReturnDescription, setReturnType, setStaticMethod, setTypeParams, toString
public WebApiProxyMethodInfo(Set<io.vertx.codegen.type.ClassTypeInfo> ownerTypes, String name, io.vertx.codegen.type.TypeInfo returnType, io.vertx.codegen.doc.Text returnDescription, boolean fluent, boolean cacheReturn, List<io.vertx.codegen.ParamInfo> params, String comment, io.vertx.codegen.doc.Doc doc, boolean staticMethod, boolean defaultMethod, List<io.vertx.codegen.TypeParamInfo.Method> typeParams, boolean proxyIgnore, boolean proxyClose, boolean deprecated, io.vertx.codegen.doc.Text deprecatedDesc, boolean useFutures)
public WebApiProxyMethodInfo(ProxyMethodInfo info)
Copyright © 2021 Eclipse. All rights reserved.