public class ProxyMethodInfo
extends io.vertx.codegen.MethodInfo
Constructor and Description |
---|
ProxyMethodInfo(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 |
---|---|
boolean |
isProxyClose() |
boolean |
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 ProxyMethodInfo(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)
Copyright © 2021 Eclipse. All rights reserved.