Package com.fasterxml.jackson.dataformat.javaprop.io
Internal helper classes used for handling of input and out contexts and
efficient reading/writing of Java Properties encoded content.
-
Class Summary Class Description JPropEscapes Container class for definitions of characters to escape.JPropReadContext Helper class used to keep track of traversal over contents of content tree expressed asJPropNode
s.JPropReadContext.ArrayContext Cursor used for traversing non-empty JSON Array nodesJPropReadContext.ObjectContext Cursor used for traversing non-empty JSON Object nodesJPropWriteContext Latin1Reader Optimized Reader that reads ISO-8859-1 encoded content from an input stream.