Uses of Class
org.apache.olingo.odata2.core.ep.util.JsonStreamWriter
-
Packages that use JsonStreamWriter Package Description org.apache.olingo.odata2.core.debug org.apache.olingo.odata2.core.ep.producer org.apache.olingo.odata2.core.ep.util -
-
Uses of JsonStreamWriter in org.apache.olingo.odata2.core.debug
Methods in org.apache.olingo.odata2.core.debug with parameters of type JsonStreamWriter Modifier and Type Method Description voidDebugInfo. 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 JsonStreamWriter Modifier and Type Method Description static 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 JsonStreamWriter Modifier and Type Method Description JsonStreamWriterJsonStreamWriter. beginArray()JsonStreamWriterJsonStreamWriter. beginObject()JsonStreamWriterJsonStreamWriter. endArray()JsonStreamWriterJsonStreamWriter. endObject()JsonStreamWriterJsonStreamWriter. name(String name)JsonStreamWriterJsonStreamWriter. namedStringValue(String name, String value)JsonStreamWriterJsonStreamWriter. namedStringValueRaw(String name, String value)JsonStreamWriterJsonStreamWriter. separator()JsonStreamWriterJsonStreamWriter. stringValue(String value)JsonStreamWriterJsonStreamWriter. stringValueRaw(String value)JsonStreamWriterJsonStreamWriter. unquotedValue(String value)
-