net.minidev.json
public class JSONStyleIdent extends JSONStyle
FLAG_AGRESSIVE, FLAG_PROTECT_4WEB, FLAG_PROTECT_KEYS, FLAG_PROTECT_VALUES, LT_COMPRESS, MAX_COMPRESS, NO_COMPRESS| Constructor and Description |
|---|
JSONStyleIdent() |
JSONStyleIdent(int FLAG) |
| Modifier and Type | Method and Description |
|---|---|
void |
arrayfirstObject(Appendable out)
Start the first Array element
|
void |
arrayNextElm(Appendable out)
Start a new Array element
|
void |
arrayObjectEnd(Appendable out)
End of an Array element
|
void |
arrayStart(Appendable out)
Array start
|
void |
arrayStop(Appendable out)
Array Done
|
void |
objectElmStop(Appendable out)
End Of Object element
|
void |
objectEndOfKey(Appendable out)
end of Key in json Object
|
void |
objectFirstStart(Appendable out)
Start the first Obeject element
|
void |
objectNext(Appendable out)
Start a new Object element
|
void |
objectStart(Appendable out)
begin Object
|
void |
objectStop(Appendable out)
terminate Object
|
escape, indent, mustProtectKey, mustProtectValue, protect4Web, protectKeys, protectValuespublic JSONStyleIdent(int FLAG)
public JSONStyleIdent()
public void objectStart(Appendable out) throws IOException
objectStart in class JSONStyleIOExceptionpublic void objectStop(Appendable out) throws IOException
objectStop in class JSONStyleIOExceptionpublic void objectFirstStart(Appendable out) throws IOException
objectFirstStart in class JSONStyleIOExceptionpublic void objectNext(Appendable out) throws IOException
objectNext in class JSONStyleIOExceptionpublic void objectElmStop(Appendable out) throws IOException
objectElmStop in class JSONStyleIOExceptionpublic void objectEndOfKey(Appendable out) throws IOException
objectEndOfKey in class JSONStyleIOExceptionpublic void arrayStart(Appendable out) throws IOException
arrayStart in class JSONStyleIOExceptionpublic void arrayStop(Appendable out) throws IOException
arrayStop in class JSONStyleIOExceptionpublic void arrayfirstObject(Appendable out) throws IOException
arrayfirstObject in class JSONStyleIOExceptionpublic void arrayNextElm(Appendable out) throws IOException
arrayNextElm in class JSONStyleIOExceptionpublic void arrayObjectEnd(Appendable out) throws IOException
arrayObjectEnd in class JSONStyleIOExceptionCopyright © 2013 Chemouni Uriel. All Rights Reserved.