Modifier and Type | Method and Description |
---|---|
ExpandOption |
DeserializerResult.getExpandTree()
Returns the ExpandOptions for serialized entities
|
Modifier and Type | Method and Description |
---|---|
ExpandOption |
EntitySerializerOptions.getExpand()
Gets the $expand system query option.
|
ExpandOption |
EntityCollectionSerializerOptions.getExpand()
Gets the $expand system query option.
|
ExpandOption |
ComplexSerializerOptions.getExpand()
Gets the $expand system query option.
|
Modifier and Type | Method and Description |
---|---|
EntitySerializerOptions.Builder |
EntitySerializerOptions.Builder.expand(ExpandOption expand)
Sets the $expand system query option.
|
EntityCollectionSerializerOptions.Builder |
EntityCollectionSerializerOptions.Builder.expand(ExpandOption expand)
Sets the $expand system query option.
|
ComplexSerializerOptions.Builder |
ComplexSerializerOptions.Builder.expand(ExpandOption expand)
Sets the $expand system query option.
|
Modifier and Type | Method and Description |
---|---|
ExpandOption |
UriInfoResource.getExpandOption() |
ExpandOption |
UriInfoEntityId.getExpandOption() |
Modifier and Type | Method and Description |
---|---|
String |
UriHelper.buildContextURLSelectList(EdmStructuredType type,
ExpandOption expand,
SelectOption select)
Builds the select-list part of a
ContextURL . |
Modifier and Type | Method and Description |
---|---|
ExpandOption |
ExpandItem.getExpandOption() |
Modifier and Type | Method and Description |
---|---|
void |
ExpandSystemQueryOptionHandler.applyExpandQueryOptions(EntityCollection entitySet,
EdmEntitySet edmEntitySet,
ExpandOption expandOption) |
void |
ExpandSystemQueryOptionHandler.applyExpandQueryOptions(Entity entity,
EdmEntitySet edmEntitySet,
ExpandOption expandOption) |
Entity |
ExpandSystemQueryOptionHandler.transformEntityGraphToTree(Entity entity,
EdmBindingTarget edmEntitySet,
ExpandOption expand) |
EntityCollection |
ExpandSystemQueryOptionHandler.transformEntitySetGraphToTree(EntityCollection entitySet,
EdmBindingTarget edmBindingTarget,
ExpandOption expand) |
Copyright © 2013–2015 The Apache Software Foundation. All rights reserved.