public class

PropertyDictionary

extends Object
java.lang.Object
   ↳ com.thoughtworks.xstream.converters.javabean.PropertyDictionary

This class is deprecated.
since 1.3.1, no longer in use

Class Overview

Builds the serializable properties maps for each bean and caches them.

Summary

Public Constructors
PropertyDictionary()
Public Methods
BeanProperty property(Class cls, String name)
Locates a serializable property
Iterator serializablePropertiesFor(Class cls)
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public PropertyDictionary ()

Public Methods

public BeanProperty property (Class cls, String name)

Locates a serializable property

public Iterator serializablePropertiesFor (Class cls)