private static class StrictCharacterStreamJsonWriter.StrictJsonContext
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private StrictCharacterStreamJsonWriter.JsonContextType |
contextType |
private boolean |
hasElements |
private java.lang.String |
indentation |
private StrictCharacterStreamJsonWriter.StrictJsonContext |
parentContext |
Constructor and Description |
---|
StrictJsonContext(StrictCharacterStreamJsonWriter.StrictJsonContext parentContext,
StrictCharacterStreamJsonWriter.JsonContextType contextType,
java.lang.String indentChars) |
private final StrictCharacterStreamJsonWriter.StrictJsonContext parentContext
private final StrictCharacterStreamJsonWriter.JsonContextType contextType
private final java.lang.String indentation
private boolean hasElements
StrictJsonContext(StrictCharacterStreamJsonWriter.StrictJsonContext parentContext, StrictCharacterStreamJsonWriter.JsonContextType contextType, java.lang.String indentChars)