Class PropertyDictionary

java.lang.Object
com.thoughtworks.xstream.converters.javabean.PropertyDictionary
All Implemented Interfaces:
Caching

public class PropertyDictionary extends Object implements Caching
Builds the properties maps for each bean and caches them.
  • Field Details

    • propertyNameCache

      private transient Map propertyNameCache
    • sorter

      private final PropertySorter sorter
  • Constructor Details

    • PropertyDictionary

      public PropertyDictionary()
    • PropertyDictionary

      public PropertyDictionary(PropertySorter sorter)
  • Method Details