public class AbstractFinder.MethodInfo extends AbstractFinder.Annotatable implements AbstractFinder.Info
Constructor and Description |
---|
MethodInfo(AbstractFinder.ClassInfo info,
Constructor constructor) |
MethodInfo(AbstractFinder.ClassInfo info,
Method method) |
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 MethodInfo(AbstractFinder.ClassInfo info, Constructor constructor)
public MethodInfo(AbstractFinder.ClassInfo info, Method method)
public 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–2024. All rights reserved.