Class PrimitiveValueSerializerOptions
java.lang.Object
org.apache.olingo.server.api.serializer.PrimitiveValueSerializerOptions
Options for the OData serializer.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final class
Builder of OData serializer options. -
Method Summary
-
Method Details
-
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.
-