Class EntitySerializerOptions
java.lang.Object
org.apache.olingo.server.api.serializer.EntitySerializerOptions
Options for the OData serializer.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final class
Builder of OData serializer options. -
Method Summary
Modifier and TypeMethodDescriptionGets theContextURL
.Gets the $expand system query option.Gets the $select system query option.boolean
only writes the references of the entitieswith()
Initializes the options builder.Gets the replacement string for unicode characters, that is not allowed in XML 1.0
-
Method Details
-
getContextURL
Gets theContextURL
. -
getExpand
Gets the $expand system query option. -
getSelect
Gets the $select system query option. -
getWriteOnlyReferences
public boolean getWriteOnlyReferences()only writes the references of the entities -
xml10InvalidCharReplacement
Gets the replacement string for unicode characters, that is not allowed in XML 1.0 -
with
Initializes the options builder.
-