| Modifier and Type | Method and Description |
|---|---|
static String |
asStringUtf8(InputStream body)
Parse
InputStream to String, else throw exception |
static org.apache.isis.viewer.restfulobjects.applib.JsonRepresentation |
readAsMap(String body)
Parse (body) string to
JsonRepresentation, else throw exception |
static org.apache.isis.viewer.restfulobjects.applib.JsonRepresentation |
readQueryStringAsMap(String queryString)
Parse (query) string to
JsonRepresentation, else throw exception |
public static String asStringUtf8(InputStream body)
InputStream to String, else throw exceptionpublic static org.apache.isis.viewer.restfulobjects.applib.JsonRepresentation readAsMap(String body)
JsonRepresentation, else throw exceptionpublic static org.apache.isis.viewer.restfulobjects.applib.JsonRepresentation readQueryStringAsMap(String queryString)
JsonRepresentation, else throw exceptionCopyright © 2010–2020 The Apache Software Foundation. All rights reserved.