public interface JsonCreator
| Modifier and Type | Method and Description |
|---|---|
void |
beginArray() |
void |
beginObject() |
void |
endArray() |
void |
endObject() |
void |
finish() |
void |
link(String href) |
void |
name(String name) |
void |
nullValue() |
void |
setIndent(String string) |
void |
value(BigDecimal value) |
void |
value(Boolean value) |
void |
value(Integer value) |
void |
value(String value) |
void |
valueNum(String value) |
void beginObject() throws IOException
IOExceptionvoid endObject() throws IOException
IOExceptionvoid nullValue() throws IOException
IOExceptionvoid name(String name) throws IOException
IOExceptionvoid value(String value) throws IOException
IOExceptionvoid value(Boolean value) throws IOException
IOExceptionvoid value(BigDecimal value) throws IOException
IOExceptionvoid valueNum(String value) throws IOException
IOExceptionvoid value(Integer value) throws IOException
IOExceptionvoid beginArray() throws IOException
IOExceptionvoid endArray() throws IOException
IOExceptionvoid finish() throws IOException
IOExceptionCopyright © 2014–2021 Health Level 7. All rights reserved.