public class MethodInfo extends Object implements Iterable<Method>, Comparable<MethodInfo>
Constructor and Description |
---|
MethodInfo(Class<?> beanClass,
String name,
Collection<Method> methods,
boolean isStatic) |
public 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 © 2013. All rights reserved.