Uses of Class
org.omnaest.utils.beans.ObjectToStringMap

Packages that use ObjectToStringMap
org.omnaest.utils.beans   
 

Uses of ObjectToStringMap in org.omnaest.utils.beans
 

Methods in org.omnaest.utils.beans that return ObjectToStringMap
 ObjectToStringMap ObjectToStringMap.readObject(Object object)
          Deprecated. Parses all properties from this object, and if String.valueOf is usable on a field, the field will be parsed to a string within a map.
static ObjectToStringMap ObjectToStringMap.valueOf(Object object)
          Deprecated. Creates a new Map with the property names and values of the given object parsed into the map.
 ObjectToStringMap ObjectToStringMap.writeObject(Object object)
          Deprecated. Writes the values of the given map into the object.
 



Copyright © 2011. All Rights Reserved.