Skip to content

Any reason why a BindingSpec's config should only accept strings? #703

@sophokles73

Description

@sophokles73

The config property of the BindingSpec object that is used to configure a Target Provider currently is a Map<String, String>. I am currently implementing a generic target provider that serves as kind of a proxy for a standalone target provider. For that, it would be quite helpful to be able to configure the concrete ValidationRule that the generic target provider should use. This would be easy to do, if the BindingSpec's config could contain any JSON type (in particular object) instead of just string. Any reason why this could/should not be changed?

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions