public class RawJsonAppendingMarker extends SingleFieldAppendingMarker
The raw string is written verbatim without any modifications, but assuming it must constitute a single legal JSON value (number, string, boolean, null, Array or List)
| Modifier and Type | Field and Description |
|---|---|
static String |
MARKER_NAME |
MARKER_NAME_PREFIX| Constructor and Description |
|---|
RawJsonAppendingMarker(String fieldName,
String rawJson) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
int |
hashCode() |
protected void |
writeFieldValue(com.fasterxml.jackson.core.JsonGenerator generator)
Writes the field value to the generator.
|
getFieldName, writeFieldName, writeToand, withpublic static final String MARKER_NAME
protected void writeFieldValue(com.fasterxml.jackson.core.JsonGenerator generator)
throws IOException
SingleFieldAppendingMarkerwriteFieldValue in class SingleFieldAppendingMarkerIOExceptionpublic boolean equals(Object obj)
equals in interface org.slf4j.Markerequals in class SingleFieldAppendingMarkerpublic int hashCode()
hashCode in interface org.slf4j.MarkerhashCode in class SingleFieldAppendingMarkerCopyright © 2014. All Rights Reserved.