public class ComplexSerializerOptions extends Object
Modifier and Type | Class and Description |
---|---|
static class |
ComplexSerializerOptions.Builder
Builder of OData serializer options.
|
Modifier and Type | Method and Description |
---|---|
ContextURL |
getContextURL()
Gets the
ContextURL . |
ExpandOption |
getExpand()
Gets the $expand system query option.
|
SelectOption |
getSelect()
Gets the $select system query option.
|
static ComplexSerializerOptions.Builder |
with()
Initializes the options builder.
|
String |
xml10InvalidCharReplacement()
Gets the replacement string for unicode characters, that is not allowed in XML 1.0
|
public ContextURL getContextURL()
ContextURL
.public ExpandOption getExpand()
public SelectOption getSelect()
public String xml10InvalidCharReplacement()
public static ComplexSerializerOptions.Builder with()
Copyright © 2013–2018 The Apache Software Foundation. All rights reserved.