org.apache.xbean.finder
public class AbstractFinder.MethodInfo extends AbstractFinder.Annotatable implements AbstractFinder.Info
Constructor and Description |
---|
AbstractFinder.MethodInfo(AbstractFinder.ClassInfo info,
java.lang.reflect.Constructor constructor) |
AbstractFinder.MethodInfo(AbstractFinder.ClassInfo info,
java.lang.reflect.Method method) |
AbstractFinder.MethodInfo(AbstractFinder.ClassInfo declarignClass,
java.lang.String name,
java.lang.String returnType) |
Modifier and Type | Method and Description |
---|---|
AbstractFinder.ClassInfo |
getDeclaringClass() |
java.lang.String |
getName() |
java.util.List<java.util.List<AbstractFinder.AnnotationInfo>> |
getParameterAnnotations() |
java.util.List<AbstractFinder.AnnotationInfo> |
getParameterAnnotations(int index) |
java.lang.String |
getReturnType() |
java.lang.String |
toString() |
getAnnotations
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
getAnnotations
public AbstractFinder.MethodInfo(AbstractFinder.ClassInfo info, java.lang.reflect.Constructor constructor)
public AbstractFinder.MethodInfo(AbstractFinder.ClassInfo info, java.lang.reflect.Method method)
public AbstractFinder.MethodInfo(AbstractFinder.ClassInfo declarignClass, java.lang.String name, java.lang.String returnType)
public java.util.List<java.util.List<AbstractFinder.AnnotationInfo>> getParameterAnnotations()
public java.util.List<AbstractFinder.AnnotationInfo> getParameterAnnotations(int index)
public java.lang.String getName()
getName
in interface AbstractFinder.Info
public AbstractFinder.ClassInfo getDeclaringClass()
public java.lang.String getReturnType()
public java.lang.String toString()
toString
in class java.lang.Object
Copyright © 2005-2014. All Rights Reserved.