public class JSONFunction extends Object implements com.github.openjson.JSONString, CharSequence, org.apache.wicket.util.io.IClusterable
| Constructor and Description |
|---|
JSONFunction(CharSequence value)
Function to be used to output the json value without quotes
|
| Modifier and Type | Method and Description |
|---|---|
char |
charAt(int index) |
int |
length() |
CharSequence |
subSequence(int start,
int end) |
String |
toJSONString() |
String |
toString() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitchars, codePointspublic JSONFunction(CharSequence value)
value - the valuepublic String toString()
toString in interface CharSequencetoString in class Objectpublic String toJSONString()
toJSONString in interface com.github.openjson.JSONStringpublic int length()
length in interface CharSequencepublic char charAt(int index)
charAt in interface CharSequencepublic CharSequence subSequence(int start, int end)
subSequence in interface CharSequenceCopyright © 2006–2018 Apache Software Foundation. All rights reserved.