| Package | flare.data.converters |
| Class | public class Converters |
| Method | Defined by | ||
|---|---|---|---|
|
lookup(type:String):IDataConverter
[static]
Returns a data converter for the input format type.
| Converters | ||
| lookup | () | method |
public static function lookup(type:String):IDataConverterReturns a data converter for the input format type.
Parameterstype:String — a format string (e.g., "tab" or "json").
|
IDataConverter —
a data converter for the provided format, or null if no
matching converter was found.
|