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.
The
AbstractValueProvider
methodsgetPrefix
andgetSuffix
currently have protected visibility. ThecopyWithChangedPrefix
method overwrites any existing prefix. To provide more flexibility, e.g. to allow adding to an existing prefix, the current prefix must be known.