public class CompiledContext extends Context
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
CompiledContext(ClassLoader cl,
String readerClsName,
String writerClsName) |
| Modifier and Type | Method and Description |
|---|---|
Reader |
createReader()
Obtains an instance of
Reader. |
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, valuesequals, hashCode, toStringpublic CompiledContext(ClassLoader cl, String readerClsName, String writerClsName)
public Reader createReader()
ContextReader.
Stateless Reader implementation may return the same reader
for multiple invocations.
createReader in class ContextContext.public Writer createWriter()
createWriter in class ContextCopyright © 2007–2021. All rights reserved.