Class DeserializerResultImpl
java.lang.Object
org.apache.olingo.server.core.deserializer.DeserializerResultImpl
- All Implemented Interfaces:
DeserializerResult
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionReturns the deserialized action parameters of anEntityas key/value pairs.getDelta()Returns the Delta for the deserialized entity.Returns an entity.Returns an entity collection.Returns the entity references from the provided document.Returns the ExpandOptions for the deserialized entity.Returns a Property or collections of properties (primitive & complex).with()
-
Method Details
-
getEntity
Description copied from interface:DeserializerResultReturns an entity.- Specified by:
getEntityin interfaceDeserializerResult- Returns:
- an
Entityor null
-
getEntityCollection
Description copied from interface:DeserializerResultReturns an entity collection.- Specified by:
getEntityCollectionin interfaceDeserializerResult- Returns:
- an
EntityCollectionor null
-
getExpandTree
Description copied from interface:DeserializerResultReturns the ExpandOptions for the deserialized entity.- Specified by:
getExpandTreein interfaceDeserializerResult- Returns:
- an
ExpandOptionor null
-
getActionParameters
Description copied from interface:DeserializerResultReturns the deserialized action parameters of anEntityas key/value pairs.- Specified by:
getActionParametersin interfaceDeserializerResult- Returns:
- the action parameters
-
getProperty
Description copied from interface:DeserializerResultReturns a Property or collections of properties (primitive & complex).- Specified by:
getPropertyin interfaceDeserializerResult- Returns:
Propertyor collections of properties (primitive & complex) or null
-
getEntityReferences
Description copied from interface:DeserializerResultReturns the entity references from the provided document.- Specified by:
getEntityReferencesin interfaceDeserializerResult- Returns:
- a collection of entity references
-
getDelta
Description copied from interface:DeserializerResultReturns the Delta for the deserialized entity.- Specified by:
getDeltain interfaceDeserializerResult- Returns:
- an
Deltaor null
-
with
-