TNG / value-provider

Apache License 2.0
5 stars 3 forks source link

Allow public access to getters for prefix and suffix of AbstractValueProvider #36

Closed jonashoef closed 5 months ago

jonashoef commented 6 months ago

The AbstractValueProvider methods getPrefix and getSuffix currently have protected visibility. The copyWithChangedPrefix method overwrites any existing prefix. To provide more flexibility, e.g. to allow adding to an existing prefix, the current prefix must be known.