public interface RestWriter
| Modifier and Type | Method and Description |
|---|---|
RestWriter |
beginArray() |
RestWriter |
beginDocument(String baseUrl,
String propertyView) |
RestWriter |
beginObject() |
RestWriter |
beginObject(GraphObject graphObject) |
RestWriter |
endArray() |
RestWriter |
endDocument() |
RestWriter |
endObject() |
RestWriter |
endObject(GraphObject graphObject) |
SecurityContext |
getSecurityContext() |
RestWriter |
name(String name) |
RestWriter |
nullValue() |
void |
setIndent(String indent) |
RestWriter |
value(boolean value) |
RestWriter |
value(double value) |
RestWriter |
value(long value) |
RestWriter |
value(Number value) |
RestWriter |
value(String value) |
void setIndent(String indent)
SecurityContext getSecurityContext()
RestWriter beginDocument(String baseUrl, String propertyView) throws IOException
IOExceptionRestWriter endDocument() throws IOException
IOExceptionRestWriter beginArray() throws IOException
IOExceptionRestWriter endArray() throws IOException
IOExceptionRestWriter beginObject() throws IOException
IOExceptionRestWriter beginObject(GraphObject graphObject) throws IOException
IOExceptionRestWriter endObject() throws IOException
IOExceptionRestWriter endObject(GraphObject graphObject) throws IOException
IOExceptionRestWriter name(String name) throws IOException
IOExceptionRestWriter value(String value) throws IOException
IOExceptionRestWriter nullValue() throws IOException
IOExceptionRestWriter value(boolean value) throws IOException
IOExceptionRestWriter value(double value) throws IOException
IOExceptionRestWriter value(long value) throws IOException
IOExceptionRestWriter value(Number value) throws IOException
IOExceptionCopyright © 2014. All rights reserved.