public class TextMapDeserializer extends AbstractMapDeserializer
configuration| Constructor and Description |
|---|
TextMapDeserializer(Configuration configuration)
Create a new map file deserializer.
|
| Modifier and Type | Method and Description |
|---|---|
void |
processDataStream(java.io.InputStream inputStream,
ReaderRegistry<java.lang.String> registry,
java.lang.String mapFileName)
Read a string map from an input stream and initialize the specified registry with the values.
|
public TextMapDeserializer(Configuration configuration)
configuration - configuration of the text deserializer.public void processDataStream(java.io.InputStream inputStream,
ReaderRegistry<java.lang.String> registry,
java.lang.String mapFileName)
AbstractMapDeserializerprocessDataStream in class AbstractMapDeserializerinputStream - the input streamregistry - the string registrymapFileName - the associated file name used for error and debug outputCopyright 2020 Kieker Project, http://kieker-monitoring.net