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 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.
 
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 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.

Constructor Detail

ERXBeanSerializer.BeanData

protected ERXBeanSerializer.BeanData()

Last updated: Tue, Feb 21, 2017 • 05:45 PM CET

Copyright © 2002 – 2007 Project Wonder.