public abstract class DecoratorReader extends Object implements Reader
Reader decorator that applies a transformation other readers| Constructor and Description |
|---|
DecoratorReader(Reader reader) |
| Modifier and Type | Method and Description |
|---|---|
protected abstract Map<String,PropertyValue> |
apply(Map<String,PropertyValue> input) |
Map<String,PropertyValue> |
read() |
public DecoratorReader(Reader reader)
public Map<String,PropertyValue> read()
protected abstract Map<String,PropertyValue> apply(Map<String,PropertyValue> input)
Copyright © 2019. All rights reserved.