| Package | org.spicefactory.lib.reflect.converter |
| Class | public class UintConverter |
| Implements | Converter |
| Property | Defined by | ||
|---|---|---|---|
| INSTANCE : UintConverter
[static]
| UintConverter | ||
| Method | Defined by | ||
|---|---|---|---|
|
Creates a new Converter instance.
| UintConverter | ||
|
convert(value:*):*
Converts the specified value to the target type this Converter is implemented for.
| UintConverter | ||
| INSTANCE | property |
public static var INSTANCE:UintConverter
| UintConverter | () | constructor |
public function UintConverter()Creates a new Converter instance.
| 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
|