public final class ResolvedMethod extends ResolvedParameterizedMember<Method> implements Comparable<ResolvedMethod>
_paramAnnotations, _paramTypes_annotations, _declaringType, _hashCode, _member, _type| Constructor and Description |
|---|
ResolvedMethod(ResolvedType context,
Annotations ann,
Method method,
ResolvedType returnType,
ResolvedType[] argumentTypes) |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(ResolvedMethod other) |
ResolvedType |
getReturnType() |
boolean |
isAbstract() |
boolean |
isNative() |
boolean |
isStrict() |
boolean |
isSynchronized() |
applyParamDefault, applyParamOverride, applyParamOverrides, getArgumentCount, getArgumentType, getParam, getParameterAnnotationsapplyDefault, applyOverride, applyOverrides, equals, get, getAnnotations, getDeclaringType, getModifiers, getName, getRawMember, getType, hashCode, isFinal, isPrivate, isProtected, isPublic, isStatic, toStringpublic ResolvedMethod(ResolvedType context, Annotations ann, Method method, ResolvedType returnType, ResolvedType[] argumentTypes)
public boolean isAbstract()
public boolean isStrict()
public boolean isNative()
public boolean isSynchronized()
public ResolvedType getReturnType()
public int compareTo(ResolvedMethod other)
compareTo in interface Comparable<ResolvedMethod>Copyright © 2025 fasterxml.com. All rights reserved.