| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjp.develop.common.util.amf.beans.BeanInfo
public class BeanInfo
Bean information.
| Constructor Summary | |
|---|---|
| BeanInfo(Type type)Constructs a instance for specified type. | |
| Method Summary | |
|---|---|
| static void | clearCache()Clear all caches. | 
| static BeanInfo | getBeanInfo(Type type)Get Bean Information using Cache. | 
|  IProperty | getProperty(String name)Get property by name. | 
|  List<IProperty> | getReadProperties()Get read properties. | 
|  List<String> | getReadPropertyNames()Get read property names. | 
|  Object | newInstance()Create a new instance. | 
| Methods inherited from class java.lang.Object | 
|---|
| equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Constructor Detail | 
|---|
public BeanInfo(Type type)
type - Target type.| Method Detail | 
|---|
public static BeanInfo getBeanInfo(Type type)
type - Target Type. (Class<?> or ParameterizedType...)
public static void clearCache()
public Object newInstance()
public List<String> getReadPropertyNames()
public List<IProperty> getReadProperties()
public IProperty getProperty(String name)
name - Property name.
| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||