| Package | system.reflection |
| Class | public class ReflectionConfigurator |
| Inheritance | ReflectionConfigurator Configurator Object |
| Property | Defined By | ||
|---|---|---|---|
| normalizePath : Boolean
Allow to replace "::" by "." for string class representation
example:
With normalizePath = false you obtain "system.reflection::ClassInfoTest"
and with normalizePath=true you obtain "system.reflection.ClassInfoTest".
| ReflectionConfigurator | ||
| Method | Defined By | ||
|---|---|---|---|
ReflectionConfigurator(config:Object)
Creates a new ReflectionConfigurator instance. | ReflectionConfigurator | ||
![]() | load(config:Object):void
Copy all properties in the specified passed-in object in the internal config object of the Configurator. | Configurator | |
![]() | toSource(indent:int = 0):String
Returns the source code string representation of the object. | Configurator | |
![]() | toString():String
Returns the String representation of the object. | Configurator | |
| normalizePath | property |
normalizePath:BooleanAllow to replace "::" by "." for string class representation
example:
With normalizePath = false you obtain "system.reflection::ClassInfoTest"
and with normalizePath=true you obtain "system.reflection.ClassInfoTest".
public function get normalizePath():Boolean public function set normalizePath(value:Boolean):void| ReflectionConfigurator | () | Constructor |
public function ReflectionConfigurator(config:Object)Creates a new ReflectionConfigurator instance.
Parametersconfig:Object — The generic object who initialize the instance.
|