-
-
Notifications
You must be signed in to change notification settings - Fork 819
Closed
Labels
3.0Issue planned for initial 3.0 releaseIssue planned for initial 3.0 release
Milestone
Description
As per JSTEP-6, we will rename references of "Text" in accessors for (JSON) String values to use "String" instead.
In some cases old method will be left deprecated but available (getText()
f.ex), whereas in others method is just renamed (new one added, old removed).
Specifically:
getText()
: deprecate, addgetString()
as replacementgetText(Writer)
: rename asgetString(Writer)
(no deprecated method left)getTextCharacters()
,getTextLength()
,getTextOffset()
: deprecated, add new variants with namegetStringXxx()
hasTextCharacters()
: rename ashasStringCharacters()
(no deprecated method left)nextTextValue()
: rename asnextStringValue()
(no deprecated method left)
Metadata
Metadata
Assignees
Labels
3.0Issue planned for initial 3.0 releaseIssue planned for initial 3.0 release