AbstractFinder.Info
public class AbstractFinder.MethodInfo extends AbstractFinder.Annotatable implements AbstractFinder.Info
Constructor | 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 | Description |
---|---|---|
AbstractFinder.ClassInfo |
getDeclaringClass() |
|
String |
getName() |
|
List<List<AbstractFinder.AnnotationInfo>> |
getParameterAnnotations() |
|
List<AbstractFinder.AnnotationInfo> |
getParameterAnnotations(int index) |
|
String |
getReturnType() |
|
String |
toString() |
getAnnotations
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–2018. All rights reserved.