Class BatchOptions
java.lang.Object
org.apache.olingo.server.api.deserializer.batch.BatchOptions
Options for the batch deserializer.
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionGets raw base URI.Gets raw service resolution URI.boolean
isStrict()
Returns if the batch parsing is strict.static BatchOptions.Builder
with()
Creates a new BatchOptions builder.
-
Method Details
-
isStrict
public boolean isStrict()Returns if the batch parsing is strict. Default is true.- Returns:
- true if parsing is strict
-
getRawBaseUri
Gets raw base URI.- See Also:
-
getRawServiceResolutionUri
Gets raw service resolution URI. -
with
Creates a new BatchOptions builder.- Returns:
- new BatchOptions builder instance
-