Packageorg.spicefactory.lib.reflect.provider
Classpublic class JsonClassInfoProvider
InheritanceJsonClassInfoProvider Inheritance Object
Implements ClassInfoProvider

ClassInfoProvider that uses the describeTypeJSON function under the hood. This provider requires Flash Player 10.1 or newer. For older players the reflection API will automatically fall back to using the XmlClassInfoProvider.



Public Properties
 PropertyDefined By
  instanceInfo : Object
[read-only]
JsonClassInfoProvider
  staticInfo : Object
[read-only]
JsonClassInfoProvider
Public Methods
 MethodDefined By
  
JsonClassInfoProvider(type:Class, functionRef:Function, staticFlags:int, instanceFlags:int)
Creates a new instance.
JsonClassInfoProvider
Property Detail
instanceInfoproperty
instanceInfo:Object  [read-only]


Implementation
    public function get instanceInfo():Object
staticInfoproperty 
staticInfo:Object  [read-only]


Implementation
    public function get staticInfo():Object
Constructor Detail
JsonClassInfoProvider()Constructor
public function JsonClassInfoProvider(type:Class, functionRef:Function, staticFlags:int, instanceFlags:int)

Creates a new instance.

Parameters
type:Class — the type to reflect upon
 
functionRef:Function
 
staticFlags:int
 
instanceFlags:int