Class ProxyMethodInfo
java.lang.Object
io.vertx.codegen.processor.MethodInfo
io.vertx.serviceproxy.generator.model.ProxyMethodInfo
- All Implemented Interfaces:
Comparable<io.vertx.codegen.processor.MethodInfo>
- Direct Known Subclasses:
WebApiProxyMethodInfo
public class ProxyMethodInfo
extends io.vertx.codegen.processor.MethodInfo
- Author:
- Tim Fox
-
Constructor Summary
ConstructorsConstructorDescriptionProxyMethodInfo(Set<io.vertx.codegen.processor.type.ClassTypeInfo> ownerTypes, String name, io.vertx.codegen.processor.type.TypeInfo returnType, io.vertx.codegen.processor.doc.Text returnDescription, boolean fluent, boolean cacheReturn, List<io.vertx.codegen.processor.ParamInfo> params, String comment, io.vertx.codegen.processor.doc.Doc doc, boolean staticMethod, boolean defaultMethod, List<io.vertx.codegen.processor.TypeParamInfo.Method> typeParams, boolean proxyIgnore, boolean proxyClose, boolean deprecated, io.vertx.codegen.processor.doc.Text deprecatedDesc, boolean methodOverride) -
Method Summary
Methods inherited from class io.vertx.codegen.processor.MethodInfo
collectImports, compareTo, copy, getCallbackType, getComment, getDeprecatedDesc, getDoc, getKind, getName, getName, getOwnerTypes, getParam, getParams, getReturnDescription, getReturnType, getSignature, getTypeParams, isCacheReturn, isContainingAnyJavaType, isDefaultMethod, isDeprecated, isFluent, isMethodOverride, isNullableFutureReturn, isNullableReturn, isOwnedBy, isStaticMethod, mergeTypeParams, resolveClassTypeParam, resolveTypeArg, setCacheReturn, setComment, setDefaultMethod, setDeprecated, setDeprecatedDesc, setDoc, setFluent, setName, setOwnerTypes, setParams, setReturnDescription, setReturnType, setStaticMethod, setTypeParams, toString
-
Constructor Details
-
ProxyMethodInfo
public ProxyMethodInfo(Set<io.vertx.codegen.processor.type.ClassTypeInfo> ownerTypes, String name, io.vertx.codegen.processor.type.TypeInfo returnType, io.vertx.codegen.processor.doc.Text returnDescription, boolean fluent, boolean cacheReturn, List<io.vertx.codegen.processor.ParamInfo> params, String comment, io.vertx.codegen.processor.doc.Doc doc, boolean staticMethod, boolean defaultMethod, List<io.vertx.codegen.processor.TypeParamInfo.Method> typeParams, boolean proxyIgnore, boolean proxyClose, boolean deprecated, io.vertx.codegen.processor.doc.Text deprecatedDesc, boolean methodOverride)
-
-
Method Details
-
isProxyIgnore
public boolean isProxyIgnore() -
isProxyClose
public boolean isProxyClose()
-