public class AutoPrimitiveTarget extends StreamTargetDelegate
| Constructor and Description |
|---|
AutoPrimitiveTarget(JsonStreamTarget delegate,
boolean convertAttributes) |
| Modifier and Type | Method and Description |
|---|---|
void |
name(String name)
Write name.
|
void |
value(Object value)
Write value.
|
close, endArray, endObject, flush, startArray, startObjectpublic AutoPrimitiveTarget(JsonStreamTarget delegate, boolean convertAttributes)
public void name(String name) throws IOException
JsonStreamTargetname in interface JsonStreamTargetname in class StreamTargetDelegateIOExceptionpublic void value(Object value) throws IOException
JsonStreamTargetvalue in interface JsonStreamTargetvalue in class StreamTargetDelegateIOExceptionCopyright © 2005–2019 Apache Software Foundation. All rights reserved.