Class ComplexSerializerOptions.Builder
java.lang.Object
org.apache.olingo.server.api.serializer.ComplexSerializerOptions.Builder
- Enclosing class:
- ComplexSerializerOptions
Builder of OData serializer options.
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
Builds the OData serializer options.contextURL
(ContextURL contextURL) Sets theContextURL
.expand
(ExpandOption expand) Sets the $expand system query option.select
(SelectOption select) Sets the $select system query option.xml10InvalidCharReplacement
(String replacement) set the replacement string for xml 1.0 unicode controlled characters that are not allowed
-
Method Details
-
contextURL
Sets theContextURL
. -
expand
Sets the $expand system query option. -
select
Sets the $select system query option. -
xml10InvalidCharReplacement
set the replacement string for xml 1.0 unicode controlled characters that are not allowed -
build
Builds the OData serializer options.
-