Class PrimitiveSerializerOptions
java.lang.Object
org.apache.olingo.server.api.serializer.PrimitiveSerializerOptions
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 maxLength facet.Gets the precision facet.getScale()
Gets the scale facet.Gets the nullable facet.Gets the unicode facet.with()
Initializes the options builder.Gets the replacement string for unicode characters, that is not allowed in XML 1.0
-
Method Details
-
getContextURL
Gets theContextURL
. -
isNullable
Gets the nullable facet. -
getMaxLength
Gets the maxLength facet. -
getPrecision
Gets the precision facet. -
getScale
Gets the scale facet. -
isUnicode
Gets the unicode facet. -
xml10InvalidCharReplacement
Gets the replacement string for unicode characters, that is not allowed in XML 1.0 -
with
Initializes the options builder.
-