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) | 
| Modifier and Type | Method and Description | 
|---|---|
| boolean | isProxyClose() | 
| boolean | isProxyIgnore() | 
collectImports, compareTo, copy, getComment, getDeprecatedDesc, getDoc, getKind, getName, getName, getOwnerTypes, getParam, getParams, getReturnDescription, getReturnType, getSignature, getTypeParams, isCacheReturn, isContainingAnyJavaType, isDefaultMethod, isDeprecated, isFluent, isNullableReturn, isOwnedBy, isStaticMethod, mergeTypeParams, resolveClassTypeParam, resolveTypeArg, setCacheReturn, setComment, setDefaultMethod, setDeprecated, setDeprecatedDesc, setDoc, setFluent, setName, setOwnerTypes, setParams, setReturnDescription, setReturnType, setStaticMethod, setTypeParams, toStringpublic 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)
Copyright © 2023 Eclipse. All rights reserved.