public abstract class Converter extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
Converter.Type |
| Constructor and Description |
|---|
Converter(Converter.Type type,
Map<String,Object> config) |
| Modifier and Type | Method and Description |
|---|---|
abstract boolean |
buildsMultipleFields() |
abstract Object |
convert(String value) |
Map<String,Object> |
getConfig() |
String |
getType() |
public Converter(Converter.Type type, Map<String,Object> config)
Copyright © 2012-2016 Graylog, Inc.. All Rights Reserved.