|
String
|
getContentType()
Recover the MIME content type for the stream
|
|
String
|
getJsonpCallback()
|
|
ODataVersion
|
getVersion()
|
|
boolean
|
isV2OrGreater()
|
|
void
|
maybeWriteResultsProperty(JsonWriter jw)
|
|
void
|
write(UriInfo uriInfo, Writer w, T target)
Write an object to the formatted version of the stream
|
|
void
|
writeCollection(JsonWriter jw, EdmCollectionType type, OCollection<? extends OObject> coll)
|
|
void
|
writeComplexObject(JsonWriter jw, String fullyQualifiedTypeName, List<OProperty<?>> props)
|
|
abstract
void
|
writeContent(UriInfo uriInfo, JsonWriter jw, T target)
A strategy method to actually write content objects
|
|
void
|
writeLinks(JsonWriter jw, OEntity oe, UriInfo uriInfo, boolean isResponse)
|
|
void
|
writeOEntity(UriInfo uriInfo, JsonWriter jw, OEntity oe, EdmEntitySet ees, boolean isResponse)
|
|
void
|
writeOProperties(JsonWriter jw, List<OProperty<?>> properties)
|
|
void
|
writeProperty(JsonWriter jw, OProperty<?> prop)
|
|
void
|
writeRequestLink(JsonWriter jw, OLink link, OEntity oe, UriInfo uriInfo)
|
|
void
|
writeResponseLink(JsonWriter jw, OLink link, OEntity oe, UriInfo uriInfo)
|
|
void
|
writeValue(JsonWriter jw, EdmType type, Object pvalue)
|