Uses of Class
com.thoughtworks.xstream.converters.javabean.PropertyDictionary
-
Packages that use PropertyDictionary Package Description com.thoughtworks.xstream.converters.javabean -
-
Uses of PropertyDictionary in com.thoughtworks.xstream.converters.javabean
Fields in com.thoughtworks.xstream.converters.javabean declared as PropertyDictionary Modifier and Type Field Description protected PropertyDictionary
BeanProvider. propertyDictionary
Constructors in com.thoughtworks.xstream.converters.javabean with parameters of type PropertyDictionary Constructor Description BeanProvider(PropertyDictionary propertyDictionary)
Construct a BeanProvider with a provided property dictionary.
-