public final class ResolvedMethod extends ResolvedParameterizedMember<Method>
_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 |
---|---|
ResolvedType |
getReturnType() |
boolean |
isAbstract() |
boolean |
isNative() |
boolean |
isStrict() |
boolean |
isSynchronized() |
applyParamDefault, applyParamOverride, applyParamOverrides, getArgumentCount, getArgumentType, getParam, getParameterAnnotations
applyDefault, applyOverride, applyOverrides, equals, get, getAnnotations, getDeclaringType, getModifiers, getName, getRawMember, getType, hashCode, isFinal, isPrivate, isProtected, isPublic, isStatic, toString
public 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()
Copyright © 2015 fasterxml.com. All rights reserved.