public final class BeanInfo extends Object
Modifier and Type | Method and Description |
---|---|
static void |
clear() |
boolean |
equals(Object obj) |
static BeanInfo |
get(Class<?> cls) |
ConstructorInfo |
getConstructor() |
MethodInfo |
getMethod(String name) |
Collection<MethodInfo> |
getMethods() |
Collection<PropertyInfo> |
getProperties() |
PropertyInfo |
getProperty(String name) |
MethodInfo |
getStaticMethod(String name) |
Collection<MethodInfo> |
getStaticMethods() |
Collection<PropertyInfo> |
getStaticProperties() |
PropertyInfo |
getStaticProperty(String name) |
Class<?> |
getType() |
int |
hashCode() |
Object |
newInstance() |
String |
toString() |
public static void clear()
public Object newInstance()
public Class<?> getType()
public ConstructorInfo getConstructor()
public PropertyInfo getStaticProperty(String name)
public MethodInfo getStaticMethod(String name)
public Collection<PropertyInfo> getStaticProperties()
public Collection<MethodInfo> getStaticMethods()
public PropertyInfo getProperty(String name)
public MethodInfo getMethod(String name)
public Collection<PropertyInfo> getProperties()
public Collection<MethodInfo> getMethods()
Copyright © 2018. All rights reserved.