Methods in flexjson.factories with parameters of type ObjectBinder |
Object |
StringObjectFactory.instantiate(ObjectBinder context,
Object value,
Type targetType,
Class targetClass)
|
Object |
SortedSetObjectFactory.instantiate(ObjectBinder context,
Object value,
Type targetType,
Class targetClass)
|
Object |
ShortObjectFactory.instantiate(ObjectBinder context,
Object value,
Type targetType,
Class targetClass)
|
Object |
SetObjectFactory.instantiate(ObjectBinder context,
Object value,
Type targetType,
Class targetClass)
|
Object |
MapObjectFactory.instantiate(ObjectBinder context,
Object value,
Type targetType,
Class targetClass)
|
Object |
LongObjectFactory.instantiate(ObjectBinder context,
Object value,
Type targetType,
Class targetClass)
|
Object |
ListObjectFactory.instantiate(ObjectBinder context,
Object value,
Type targetType,
Class targetClass)
|
Object |
JsonNumberObjectFactory.instantiate(ObjectBinder context,
Object value,
Type targetType,
Class targetClass)
|
Object |
IntegerObjectFactory.instantiate(ObjectBinder context,
Object value,
Type targetType,
Class targetClass)
|
Object |
FloatObjectFactory.instantiate(ObjectBinder context,
Object value,
Type targetType,
Class targetClass)
|
Object |
ExistingObjectFactory.instantiate(ObjectBinder context,
Object value,
Type targetType,
Class targetClass)
|
Object |
EnumObjectFactory.instantiate(ObjectBinder context,
Object value,
Type targetType,
Class targetClass)
|
Object |
DoubleObjectFactory.instantiate(ObjectBinder context,
Object value,
Type targetType,
Class targetClass)
|
Object |
DateObjectFactory.instantiate(ObjectBinder context,
Object value,
Type targetType,
Class targetClass)
This is a method is used by Flexjson deserialization process to instantiate and bind all
data into a Date instance. |
Object |
ClassLocatorObjectFactory.instantiate(ObjectBinder context,
Object value,
Type targetType,
Class targetClass)
|
Object |
CharacterObjectFactory.instantiate(ObjectBinder context,
Object value,
Type targetType,
Class targetClass)
|
Object |
ByteObjectFactory.instantiate(ObjectBinder context,
Object value,
Type targetType,
Class targetClass)
|
Object |
BooleanObjectFactory.instantiate(ObjectBinder context,
Object value,
Type targetType,
Class targetClass)
|
Object |
BooleanAsStringObjectFactory.instantiate(ObjectBinder context,
Object value,
Type targetType,
Class targetClass)
|
Object |
BigIntegerFactory.instantiate(ObjectBinder context,
Object value,
Type targetType,
Class targetClass)
|
Object |
BigDecimalFactory.instantiate(ObjectBinder context,
Object value,
Type targetType,
Class targetClass)
|
Object |
BeanObjectFactory.instantiate(ObjectBinder context,
Object value,
Type targetType,
Class targetClass)
|
Object |
ArrayObjectFactory.instantiate(ObjectBinder context,
Object value,
Type targetType,
Class targetClass)
|