| Package | org.spicefactory.lib.reflect.converter |
| Class | public class BooleanConverter |
| Inheritance | BooleanConverter Object |
| Implements | Converter |
| Property | Defined By | ||
|---|---|---|---|
| INSTANCE : BooleanConverter [static] | BooleanConverter | ||
| Method | Defined By | ||
|---|---|---|---|
Creates a new Converter instance
| BooleanConverter | ||
convert(value:*, domain:ApplicationDomain = null):*
Converts the specified value to the target type this Converter is implemented for. | BooleanConverter | ||
| INSTANCE | property |
public static var INSTANCE:BooleanConverter| BooleanConverter | () | Constructor |
public function BooleanConverter()Creates a new Converter instance
| convert | () | method |
public function convert(value:*, domain:ApplicationDomain = null):*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
| |
domain:ApplicationDomain (default = null) — the domain to use for reflection (only used by some converter implementations)
|
* — the converted value
|