public class PrimitiveValueSerializerOptions extends Object
Modifier and Type | Class and Description |
---|---|
static class |
PrimitiveValueSerializerOptions.Builder
Builder of OData serializer options.
|
Modifier and Type | Method and Description |
---|---|
Integer |
getMaxLength()
Gets the maxLength facet.
|
Integer |
getPrecision()
Gets the precision facet.
|
Integer |
getScale()
Gets the scale facet.
|
Boolean |
isNullable()
Gets the nullable facet.
|
Boolean |
isUnicode()
Gets the unicode facet.
|
static PrimitiveValueSerializerOptions.Builder |
with()
Initializes the options builder.
|
String |
xml10InvalidCharReplacement()
Gets the replacement string for unicode characters, that is not allowed in XML 1.0
|
public Boolean isNullable()
public Integer getMaxLength()
public Integer getPrecision()
public Integer getScale()
public Boolean isUnicode()
public String xml10InvalidCharReplacement()
public static PrimitiveValueSerializerOptions.Builder with()
Copyright © 2013–2018 The Apache Software Foundation. All rights reserved.