public class AbstractFinder.MethodInfo extends AbstractFinder.Annotatable implements AbstractFinder.Info
| Constructor and Description |
|---|
AbstractFinder.MethodInfo(AbstractFinder.ClassInfo info,
Constructor constructor) |
AbstractFinder.MethodInfo(AbstractFinder.ClassInfo info,
Method method) |
AbstractFinder.MethodInfo(AbstractFinder.ClassInfo declarignClass,
String name,
String returnType) |
| Modifier and Type | Method and Description |
|---|---|
AbstractFinder.ClassInfo |
getDeclaringClass() |
String |
getName() |
List<List<AbstractFinder.AnnotationInfo>> |
getParameterAnnotations() |
List<AbstractFinder.AnnotationInfo> |
getParameterAnnotations(int index) |
String |
getReturnType() |
String |
toString() |
getAnnotationsclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetAnnotationspublic AbstractFinder.MethodInfo(AbstractFinder.ClassInfo info, Constructor constructor)
public AbstractFinder.MethodInfo(AbstractFinder.ClassInfo info, Method method)
public AbstractFinder.MethodInfo(AbstractFinder.ClassInfo declarignClass, String name, String returnType)
public List<List<AbstractFinder.AnnotationInfo>> getParameterAnnotations()
public List<AbstractFinder.AnnotationInfo> getParameterAnnotations(int index)
public String getName()
getName in interface AbstractFinder.Infopublic AbstractFinder.ClassInfo getDeclaringClass()
public String getReturnType()
Copyright © 2005-2014 The Apache Software Foundation. All Rights Reserved.