| Package | org.spicefactory.lib.reflect.provider | 
| Interface | public interface ClassInfoProvider | 
| Implementors | JsonClassInfoProvider, XmlClassInfoProvider | 
| Property | Defined By | ||
|---|---|---|---|
| instanceInfo : Object [read-only] 
	 The reflection information about the instance.  | ClassInfoProvider | ||
| staticInfo : Object [read-only] 
	 The information about static properties and methods.  | ClassInfoProvider | ||
| instanceInfo | property | 
instanceInfo:Object  [read-only] 
	 The reflection information about the instance.
	 The format of the untyped object is identical with the format used in describeTypeJSON 
	 in Flash Player 10.1 or newer.
	 
    public function get instanceInfo():Object| staticInfo | property | 
staticInfo:Object  [read-only] 
	 The information about static properties and methods.
	 The format of the untyped object is identical with the format used in describeTypeJSON 
	 in Flash Player 10.1 or newer.
	 
    public function get staticInfo():Object