public final class ResolvedConstructor extends ResolvedParameterizedMember<Constructor<?>>
_paramAnnotations, _paramTypes
_annotations, _declaringType, _hashCode, _member, _type
Constructor and Description |
---|
ResolvedConstructor(ResolvedType context,
Annotations ann,
Constructor<?> constructor,
ResolvedType[] argumentTypes) |
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 ResolvedConstructor(ResolvedType context, Annotations ann, Constructor<?> constructor, ResolvedType[] argumentTypes)
Copyright © 2015 fasterxml.com. All rights reserved.