You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The current API (ServiceBinding and TypedMapView) allows only for getting direct (i.e. non-nested) properties.
To get a nested property, currently something like the following is needed:
Johannes-Schneider
changed the title
Feat: Introduce API for Searching for (nested) Service Binding Properties
Feat: Introduce API for Searching (nested) Service Binding Properties
Aug 12, 2022
Context
The current API (
ServiceBinding
andTypedMapView
) allows only for getting direct (i.e. non-nested) properties.To get a nested property, currently something like the following is needed:
This style of accessing nested properties imposes following problems:
Request
Consider introducing a new API that allows searching for specific properties.
Suggestions
An API for the
TypedMapView
could look like this:One could also consider adding extra API for primitive return types:
Questions
ServiceBinding
vs.TypedMapView
)The text was updated successfully, but these errors were encountered: