public class CustomRegexIgnoreAutoPrimitiveTarget extends StreamTargetDelegate
| Constructor and Description |
|---|
CustomRegexIgnoreAutoPrimitiveTarget(JsonStreamTarget delegate,
boolean convertAttributes,
java.lang.String customRegex) |
| Modifier and Type | Method and Description |
|---|---|
void |
name(java.lang.String name)
Write name.
|
void |
value(java.lang.Object value)
Write value.
|
close, endArray, endObject, flush, startArray, startObjectpublic CustomRegexIgnoreAutoPrimitiveTarget(JsonStreamTarget delegate, boolean convertAttributes, java.lang.String customRegex)
public void name(java.lang.String name)
throws java.io.IOException
JsonStreamTargetname in interface JsonStreamTargetname in class StreamTargetDelegatejava.io.IOExceptionpublic void value(java.lang.Object value)
throws java.io.IOException
JsonStreamTargetvalue in interface JsonStreamTargetvalue in class StreamTargetDelegatejava.io.IOExceptionCopyright © 2005-2021 Apache Software Foundation. All Rights Reserved.