Package flexjson.factories

Class Summary
ArrayObjectFactory  
BeanObjectFactory  
BigDecimalFactory  
BigIntegerFactory  
BooleanAsStringObjectFactory Alternate version for deserializing into a Boolean from known String values.
BooleanObjectFactory  
ByteObjectFactory  
CharacterObjectFactory  
ClassLocatorObjectFactory  
DateObjectFactory DateObjectFactory instantiates java.lang.Date using a list of known java.text.DateFormat instances for json string types, or milliseconds from Jan 1, 1970 GMT for json numeric types.
DoubleObjectFactory  
EnumObjectFactory  
ExistingObjectFactory  
FloatObjectFactory  
IntegerObjectFactory  
JsonNumberObjectFactory This class exists because it possible we don't have any type information to guide us to what object we should instantiate when dealing with type-less collections.
ListObjectFactory  
LongObjectFactory  
MapObjectFactory  
SetObjectFactory  
ShortObjectFactory  
SortedSetObjectFactory  
StringObjectFactory  
 



Copyright © 2014. All Rights Reserved.