public interface OnDeserializeInlineContent
Callback interface for the deep insert read calls (read of
content).
Typically the #receiveReadProperties(EntityProviderReadProperties, EdmNavigationProperty)
method is called
when an inline navigation property is found and will be read.
Modifier and Type | Method and Description |
---|---|
DeserializerProperties |
receiveReadProperties(DeserializerProperties readProperties,
EdmNavigationProperty navigationProperty)
Receive (request) to be used
EntityProviderReadProperties to read the found inline navigation property
(> |
DeserializerProperties receiveReadProperties(DeserializerProperties readProperties, EdmNavigationProperty navigationProperty) throws ODataApplicationException
EntityProviderReadProperties
to read the found inline navigation property
(>...
).readProperties
- read properties which are used to read enclosing parent entitynavigationProperty
- emd navigation property information of found inline navigation propertyODataApplicationException
Copyright © 2013-2019 The Apache Software Foundation. All Rights Reserved.