er.ajax.json.serializer
Class ERXBeanSerializer.BeanData
java.lang.Object
er.ajax.json.serializer.ERXBeanSerializer.BeanData
- Enclosing class:
- ERXBeanSerializer
protected static class ERXBeanSerializer.BeanData
- extends java.lang.Object
Stores the readable and writable properties for the Bean.
Field Summary |
java.beans.BeanInfo |
beanInfo
The bean info for a certain bean |
java.util.Map<java.lang.String,java.lang.reflect.Method> |
readableProps
The readable properties of the bean. |
java.util.Map<java.lang.String,java.lang.reflect.Method> |
writableProps
The writable properties of the bean. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
beanInfo
public java.beans.BeanInfo beanInfo
- The bean info for a certain bean
readableProps
public java.util.Map<java.lang.String,java.lang.reflect.Method> readableProps
- The readable properties of the bean.
writableProps
public java.util.Map<java.lang.String,java.lang.reflect.Method> writableProps
- The writable properties of the bean.
ERXBeanSerializer.BeanData
protected ERXBeanSerializer.BeanData()
Copyright © 2002 – 2007 Project Wonder.