Uses of Class
com.univocity.parsers.common.ContextWrapper
-
Packages that use ContextWrapper Package Description com.univocity.parsers.common -
-
Uses of ContextWrapper in com.univocity.parsers.common
Subclasses of ContextWrapper in com.univocity.parsers.common Modifier and Type Class Description class
ContextSnapshot<T extends Context>
class
ParsingContextSnapshot
A snapshot of aParsingContext
which retains copies of variable attributes of a givenParsingContext
to store the state of the parsing process at a given point in time.class
ParsingContextWrapper
A simple a wrapper for aParsingContext
.
-