public class MethodInfo extends Object implements Iterable<Method>, Comparable<MethodInfo>
| Constructor and Description |
|---|
MethodInfo(Class<?> beanClass,
String name,
Collection<Method> methods,
boolean isStatic) |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(MethodInfo method) |
Method |
findMethod(Object... args) |
Class<?> |
getBeanClass() |
String |
getName() |
Object |
invoke(Object instance,
Object... args) |
boolean |
isStatic() |
Iterator<Method> |
iterator() |
int |
size() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEach, spliteratorpublic MethodInfo(Class<?> beanClass, String name, Collection<Method> methods, boolean isStatic)
public Class<?> getBeanClass()
public String getName()
public boolean isStatic()
public int compareTo(MethodInfo method)
compareTo in interface Comparable<MethodInfo>public int size()
Copyright © 2023. All rights reserved.