public class CustomRegexMatchReplaceIgnoreAutoPrimitiveTarget extends StreamTargetDelegate
Constructor and Description |
---|
CustomRegexMatchReplaceIgnoreAutoPrimitiveTarget(JsonStreamTarget delegate,
boolean convertAttributes,
String customReplaceRegex,
String customReplaceSequence) |
Modifier and Type | Method and Description |
---|---|
void |
name(String name)
Write name.
|
void |
value(Object value)
Write value.
|
close, endArray, endObject, flush, startArray, startObject
public CustomRegexMatchReplaceIgnoreAutoPrimitiveTarget(JsonStreamTarget delegate, boolean convertAttributes, String customReplaceRegex, String customReplaceSequence)
public void name(String name) throws IOException
JsonStreamTarget
name
in interface JsonStreamTarget
name
in class StreamTargetDelegate
IOException
public void value(Object value) throws IOException
JsonStreamTarget
value
in interface JsonStreamTarget
value
in class StreamTargetDelegate
IOException
Copyright © 2005–2020 Apache Software Foundation. All rights reserved.