Project Wonder 5.0

er.ajax.json.serializer
Class ERXBeanSerializer.BeanData

java.lang.Object
  extended by er.ajax.json.serializer.ERXBeanSerializer.BeanData
Enclosing class:
ERXBeanSerializer

protected static class ERXBeanSerializer.BeanData
extends Object

Stores the readable and writable properties for the Bean.


Field Summary
 BeanInfo beanInfo
          The bean info for a certain bean
 Map<String,Method> readableProps
          The readable properties of the bean.
 Map<String,Method> writableProps
          The writable properties of the bean.
 
Constructor Summary
protected ERXBeanSerializer.BeanData()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

beanInfo

public BeanInfo beanInfo
The bean info for a certain bean


readableProps

public Map<String,Method> readableProps
The readable properties of the bean.


writableProps

public Map<String,Method> writableProps
The writable properties of the bean.

Constructor Detail

ERXBeanSerializer.BeanData

protected ERXBeanSerializer.BeanData()

Last updated: Wed, Feb 22, 2012 • 07:00 AM EST

Copyright © 2002 – 2011 Project Wonder.