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, values
equals, hashCode, toString
public CompiledContext(ClassLoader cl, String readerClsName, String writerClsName)
public Reader createReader()
Context
Reader
.
Stateless Reader
implementation may return the same reader
for multiple invocations.
createReader
in class Context
Context
.public Writer createWriter()
createWriter
in class Context
Copyright © 2007–2018. All rights reserved.