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, protectValues
public JSONStyleIdent(int FLAG)
public JSONStyleIdent()
public void objectStart(Appendable out) throws IOException
objectStart
in class JSONStyle
IOException
public void objectStop(Appendable out) throws IOException
objectStop
in class JSONStyle
IOException
public void objectFirstStart(Appendable out) throws IOException
objectFirstStart
in class JSONStyle
IOException
public void objectNext(Appendable out) throws IOException
objectNext
in class JSONStyle
IOException
public void objectElmStop(Appendable out) throws IOException
objectElmStop
in class JSONStyle
IOException
public void objectEndOfKey(Appendable out) throws IOException
objectEndOfKey
in class JSONStyle
IOException
public void arrayStart(Appendable out) throws IOException
arrayStart
in class JSONStyle
IOException
public void arrayStop(Appendable out) throws IOException
arrayStop
in class JSONStyle
IOException
public void arrayfirstObject(Appendable out) throws IOException
arrayfirstObject
in class JSONStyle
IOException
public void arrayNextElm(Appendable out) throws IOException
arrayNextElm
in class JSONStyle
IOException
public void arrayObjectEnd(Appendable out) throws IOException
arrayObjectEnd
in class JSONStyle
IOException
Copyright © 2014 Chemouni Uriel. All Rights Reserved.