Uses of Class
org.apache.olingo.odata2.core.ep.util.JsonStreamWriter
Packages that use JsonStreamWriter
Package
Description
-
Uses of JsonStreamWriter in org.apache.olingo.odata2.core.debug
Methods in org.apache.olingo.odata2.core.debug with parameters of type JsonStreamWriterModifier and TypeMethodDescriptionvoidDebugInfo.appendJson(JsonStreamWriter jsonStreamWriter) Appends the content of this debug information part to the given JSON stream writer.voidDebugInfoBody.appendJson(JsonStreamWriter jsonStreamWriter) voidDebugInfoException.appendJson(JsonStreamWriter jsonStreamWriter) voidDebugInfoRequest.appendJson(JsonStreamWriter jsonStreamWriter) voidDebugInfoResponse.appendJson(JsonStreamWriter jsonStreamWriter) voidDebugInfoRuntime.appendJson(JsonStreamWriter jsonStreamWriter) voidDebugInfoServer.appendJson(JsonStreamWriter jsonStreamWriter) voidDebugInfoUri.appendJson(JsonStreamWriter jsonStreamWriter) protected static voidODataDebugResponseWrapper.appendJsonTable(JsonStreamWriter jsonStreamWriter, Map<String, String> entries) -
Uses of JsonStreamWriter in org.apache.olingo.odata2.core.ep.producer
Methods in org.apache.olingo.odata2.core.ep.producer with parameters of type JsonStreamWriterModifier and TypeMethodDescriptionstatic voidJsonFeedEntityProducer.appendClientCallbacks(JsonStreamWriter writer, List<ClientCallback> callbacks) protected static voidJsonPropertyEntityProducer.appendPropertyMetadata(JsonStreamWriter jsonStreamWriter, EdmType type) protected static voidJsonPropertyEntityProducer.appendPropertyValue(JsonStreamWriter jsonStreamWriter, EntityPropertyInfo propertyInfo, Object value, boolean validatingFacets, boolean isDataBasedPropertySerialization) protected static voidJsonLinkEntityProducer.appendUri(JsonStreamWriter jsonStreamWriter, String uri) -
Uses of JsonStreamWriter in org.apache.olingo.odata2.core.ep.util
Methods in org.apache.olingo.odata2.core.ep.util that return JsonStreamWriterModifier and TypeMethodDescriptionJsonStreamWriter.beginArray()JsonStreamWriter.beginObject()JsonStreamWriter.endArray()JsonStreamWriter.endObject()JsonStreamWriter.namedStringValue(String name, String value) JsonStreamWriter.namedStringValueRaw(String name, String value) JsonStreamWriter.separator()JsonStreamWriter.stringValue(String value) JsonStreamWriter.stringValueRaw(String value) JsonStreamWriter.unquotedValue(String value)