Uses of Interface
flexjson.ObjectFactory

Packages that use ObjectFactory
flexjson   
flexjson.factories   
flexjson.transformer   
 

Uses of ObjectFactory in flexjson
 

Methods in flexjson with parameters of type ObjectFactory
 T JSONDeserializer.deserialize(Reader input, ObjectFactory factory)
          Same as JSONDeserializer.deserialize(String, ObjectFactory), but uses an instance of java.io.Reader as json input.
 T JSONDeserializer.deserialize(String input, ObjectFactory factory)
          Deserialize the given json input, and use the given ObjectFactory to create the initial object to deserialize into.
 ObjectBinder ObjectBinder.use(Class clazz, ObjectFactory factory)
           
 JSONDeserializer<T> JSONDeserializer.use(Class clazz, ObjectFactory factory)
           
 JSONDeserializer<T> JSONDeserializer.use(ObjectFactory factory, String... paths)
           
 ObjectBinder ObjectBinder.use(Path path, ObjectFactory factory)
           
 JSONDeserializer<T> JSONDeserializer.use(String path, ObjectFactory factory)
           
 

Uses of ObjectFactory in flexjson.factories
 

Classes in flexjson.factories that implement ObjectFactory
 class ArrayObjectFactory
           
 class BeanObjectFactory
           
 class BigDecimalFactory
           
 class BigIntegerFactory
           
 class BooleanObjectFactory
           
 class ByteObjectFactory
           
 class CharacterObjectFactory
           
 class ClassLocatorObjectFactory
           
 class DateObjectFactory
           
 class DoubleObjectFactory
           
 class EnumObjectFactory
           
 class ExistingObjectFactory
           
 class FloatObjectFactory
           
 class IntegerObjectFactory
           
 class ListObjectFactory
           
 class LongObjectFactory
           
 class MapObjectFactory
           
 class SetObjectFactory
           
 class ShortObjectFactory
           
 class SortedSetObjectFactory
           
 class StringObjectFactory
           
 

Uses of ObjectFactory in flexjson.transformer
 

Classes in flexjson.transformer that implement ObjectFactory
 class DateTransformer
          User: brandongoodin Date: Dec 12, 2007 Time: 11:20:39 PM
 



Copyright © 2010. All Rights Reserved.