Uses of Class
org.apache.logging.log4j.layout.template.json.util.CharSequencePointer
-
Packages that use CharSequencePointer Package Description org.apache.logging.log4j.layout.template.json.resolver -
-
Uses of CharSequencePointer in org.apache.logging.log4j.layout.template.json.resolver
Fields in org.apache.logging.log4j.layout.template.json.resolver with type parameters of type CharSequencePointer Modifier and Type Field Description private Recycler<CharSequencePointer>StackTraceStringResolver. sequencePointerRecyclerMethods in org.apache.logging.log4j.layout.template.json.resolver with parameters of type CharSequencePointer Modifier and Type Method Description private intStackTraceStringResolver. findTruncationPointIndex(TruncatingBufferedPrintWriter writer, int startIndex, int endIndex, CharSequencePointer sequencePointer)private voidStackTraceStringResolver. truncate(TruncatingBufferedPrintWriter srcWriter, TruncatingBufferedPrintWriter dstWriter, CharSequencePointer sequencePointer)
-