|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.wicket.ajax.json.JSONWriter
org.apache.wicket.ajax.json.JSONStringer
org.wicketstuff.select2.json.JsonBuilder
JSONStringer instead
@Deprecated public class JsonBuilder
A JSONStringer that writes and allows access to the underlying StringBuilder. One of the
advantages of this class is that it can expose Json as a CharSequence instead of a
String so no extra memory allocations are necessary for code that can use a
CharSequence .
| Field Summary |
|---|
| Fields inherited from class org.apache.wicket.ajax.json.JSONStringer |
|---|
out |
| Fields inherited from class org.apache.wicket.ajax.json.JSONWriter |
|---|
mode, writer |
| Constructor Summary | |
|---|---|
JsonBuilder()
Deprecated. |
|
| Method Summary | |
|---|---|
CharSequence |
toJson()
Deprecated. |
| Methods inherited from class org.apache.wicket.ajax.json.JSONStringer |
|---|
array, createKey, endArray, endObject, entry, key, object, toString, value, value, value, value |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public JsonBuilder()
| Method Detail |
|---|
public CharSequence toJson()
StringBuilder as a CharSequence.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||