Packageorg.spicefactory.lib.reflect.converter
Classpublic class ClassConverter
ImplementsConverter

Converts Class values.



Public Properties
 PropertyDefined by
  INSTANCE : ClassConverter
[static]
ClassConverter
Public Methods
 MethodDefined by
  
ClassConverter(domain:ApplicationDomain = null)
Creates a new Converter instance.
ClassConverter
  
convert(value:*):*
Converts the specified value to the target type this Converter is implemented for.
ClassConverter
Property detail
INSTANCEproperty
public static var INSTANCE:ClassConverter
Constructor detail
ClassConverter()constructor
public function ClassConverter(domain:ApplicationDomain = null)

Creates a new Converter instance.

Parameters
domain:ApplicationDomain (default = null)
Method detail
convert()method
public function convert(value:*):*

Converts the specified value to the target type this Converter is implemented for. Implementations should return the value unchanged if it is already of the target type.

Parameters
value:* — the value to be converted

Returns
* — the converted value