Class EntitySerializerOptions

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

public class EntitySerializerOptions 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.
    • getWriteOnlyReferences

      public boolean getWriteOnlyReferences()
      only writes the references of the entities
    • xml10InvalidCharReplacement

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

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