| Package | Description | 
|---|---|
| org.apache.olingo.server.api.serializer | Olingo Server API - Serializer
 
 The serializer package is used to condense all about the Olingo serialization. | 
| Modifier and Type | Method and Description | 
|---|---|
| PrimitiveSerializerOptions.Builder | PrimitiveSerializerOptions.Builder. contextURL(ContextURL contextURL)Sets the  ContextURL. | 
| PrimitiveSerializerOptions.Builder | PrimitiveSerializerOptions.Builder. facetsFrom(EdmProperty property)Sets all facets from an EDM property. | 
| PrimitiveSerializerOptions.Builder | PrimitiveSerializerOptions.Builder. maxLength(Integer maxLength)Sets the maxLength facet. | 
| PrimitiveSerializerOptions.Builder | PrimitiveSerializerOptions.Builder. nullable(Boolean isNullable)Sets the nullable facet. | 
| PrimitiveSerializerOptions.Builder | PrimitiveSerializerOptions.Builder. precision(Integer precision)Sets the precision facet. | 
| PrimitiveSerializerOptions.Builder | PrimitiveSerializerOptions.Builder. scale(Integer scale)Sets the scale facet. | 
| PrimitiveSerializerOptions.Builder | PrimitiveSerializerOptions.Builder. unicode(Boolean isUnicode)Sets the unicode facet. | 
| static PrimitiveSerializerOptions.Builder | PrimitiveSerializerOptions. with()Initializes the options builder. | 
| PrimitiveSerializerOptions.Builder | PrimitiveSerializerOptions.Builder. xml10InvalidCharReplacement(String replacement)set the replacement string for xml 1.0 unicode controlled characters that are not allowed | 
Copyright © 2013–2023 The Apache Software Foundation. All rights reserved.