public abstract class AbstractCodec extends Object implements Codec
| Modifier and Type | Class and Description |
|---|---|
static class |
AbstractCodec.Config |
static class |
AbstractCodec.Descriptor |
Codec.Factory<C>| Modifier and Type | Field and Description |
|---|---|
protected Configuration |
configuration |
| Modifier | Constructor and Description |
|---|---|
protected |
AbstractCodec(Configuration configuration) |
| Modifier and Type | Method and Description |
|---|---|
CodecAggregator |
getAggregator() |
Configuration |
getConfiguration() |
String |
getName() |
protected final Configuration configuration
protected AbstractCodec(Configuration configuration)
@Nonnull public Configuration getConfiguration()
getConfiguration in interface Codec@Nullable public CodecAggregator getAggregator()
getAggregator in interface CodecCopyright © 2012-2016 Graylog, Inc.. All Rights Reserved.