| Package | org.spicefactory.lib.reflect.converter |
| Class | public class ClassConverter |
| Implements | Converter |
| Property | Defined by | ||
|---|---|---|---|
| INSTANCE : ClassConverter
[static]
| ClassConverter | ||
| Method | Defined 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 | ||
| INSTANCE | property |
public static var INSTANCE:ClassConverter
| ClassConverter | () | constructor |
public function ClassConverter(domain:ApplicationDomain = null)Creates a new Converter instance.
Parametersdomain:ApplicationDomain (default = null) |
| 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.
Parametersvalue:* — the value to be converted
|
* — the converted value
|