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() |
getAnnotations
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
getAnnotations
public 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.Info
public AbstractFinder.ClassInfo getDeclaringClass()
public String getReturnType()
Copyright © 2005–2015. All rights reserved.