Class ComplexSerializerOptions

java.lang.Object
org.apache.olingo.server.api.serializer.ComplexSerializerOptions

public class ComplexSerializerOptions extends Object
Options for the OData serializer.
  • Method Details

    • getContextURL

      public ContextURL getContextURL()
      Gets the ContextURL.
    • getExpand

      public ExpandOption getExpand()
      Gets the $expand system query option.
    • getSelect

      public SelectOption getSelect()
      Gets the $select system query option.
    • xml10InvalidCharReplacement

      public String xml10InvalidCharReplacement()
      Gets the replacement string for unicode characters, that is not allowed in XML 1.0
    • with

      public static ComplexSerializerOptions.Builder with()
      Initializes the options builder.