Uses of Class
com.jalios.jstore.DecodeContext

Packages that use DecodeContext
com.jalios.jstore Contains JStore core classes. 
 

Uses of DecodeContext in com.jalios.jstore
 

Methods in com.jalios.jstore with parameters of type DecodeContext
static ArrayList<?> StoreUtil.decodeArrayList(String listStr, Store store, DecodeContext ctxt)
           
static Collection<?> StoreUtil.decodeCollection(String collStr, Store store, Collection<Object> coll, DecodeContext ctxt)
           
static HashMap<?,?> StoreUtil.decodeHashMap(String mapStr, Store store, DecodeContext ctxt)
           
static HashSet<?> StoreUtil.decodeHashSet(String setStr, Store store, DecodeContext ctxt)
           
static Hashtable<?,?> StoreUtil.decodeHashtable(String mapStr, Store store, DecodeContext ctxt)
           
static LinkedHashMap<?,?> StoreUtil.decodeLinkedHashMap(String mapStr, Store store, DecodeContext ctxt)
           
static LinkedList<?> StoreUtil.decodeLinkedList(String listStr, Store store, DecodeContext ctxt)
           
static Map<?,?> StoreUtil.decodeMap(String mapStr, Store store, Map<Object,Object> map, DecodeContext ctxt)
           
static Object StoreUtil.decodeObject(Class<?> clazz, String objStr, Store store, DecodeContext ctxt)
          Generic object decoder
static Object[] StoreUtil.decodeObjectArray(String arrayStr, Class<?> componentType, Store store, DecodeContext ctxt)
           
static Properties StoreUtil.decodeProperties(String propertiesStr, DecodeContext ctxt)
           
static TreeMap<?,?> StoreUtil.decodeTreeMap(String mapStr, Store store, DecodeContext ctxt)
           
static TreeSet<?> StoreUtil.decodeTreeSet(String setStr, Store store, DecodeContext ctxt)
           
static Vector<?> StoreUtil.decodeVector(String vectorStr, Store store, DecodeContext ctxt)
           
 



Copyright © 2001-2010 Jalios SA. All Rights Reserved.