public abstract class Context extends HashMap<String,Object>
Context
serves as the factory of Reader
and Writer
,
as well as the generic configuration mechanism (HashMap
)
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>
Constructor and Description |
---|
Context() |
Modifier and Type | Method and Description |
---|---|
abstract Reader |
createReader()
Obtains an instance of
Reader . |
abstract Writer |
createWriter() |
clear, clone, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, forEach, get, getOrDefault, isEmpty, keySet, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, values
equals, hashCode, toString
Copyright © 2007–2019. All rights reserved.