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

Converts boolean values.



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

Creates a new Converter instance

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