| Package | Description |
|---|---|
| org.graylog2.inputs.converters | |
| org.graylog2.plugin.inputs |
| Modifier and Type | Method and Description |
|---|---|
Converter |
ConverterFactory.create(Converter.Type type,
Map<String,Object> config) |
| Constructor and Description |
|---|
AbstractDateConverter(Converter.Type type,
Map<String,Object> config) |
| Modifier and Type | Method and Description |
|---|---|
Converter.Type |
Converter.getType() |
static Converter.Type |
Converter.Type.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Converter.Type[] |
Converter.Type.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
Converter(Converter.Type type,
Map<String,Object> config) |
Copyright © 2012–2021 Graylog, Inc.. All rights reserved.