public class ConverterFactory extends Object
Modifier and Type | Class and Description |
---|---|
static class |
ConverterFactory.NoSuchConverterException |
Constructor and Description |
---|
ConverterFactory(LookupTableService lookupTableService) |
Modifier and Type | Method and Description |
---|---|
Converter |
create(Converter.Type type,
Map<String,Object> config) |
@Inject public ConverterFactory(LookupTableService lookupTableService)
public Converter create(Converter.Type type, Map<String,Object> config) throws ConverterFactory.NoSuchConverterException, ConfigurationException
Copyright © 2012–2019 Graylog, Inc.. All rights reserved.