java.lang.Object | |
↳ | com.microstrategy.utils.JsonEncoder |
This class encodes the JSON string.
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
JsonEncoder() |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
StringBuilder |
encode(StringBuilder data)
Encode the value in the StringBuilder.
| ||||||||||
CharSequence |
encode(String data)
This method should return the original String if
there is no replacement.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() |
Encode the value in the StringBuilder.
data | - value to be encoded |
---|
This method should return the original String if there is no replacement.
data | - value to be encoded |
---|