Package net.minidev.json
Class JStylerObj.EscapeLT
java.lang.Object
net.minidev.json.JStylerObj.EscapeLT
- All Implemented Interfaces:
JStylerObj.StringProtector
- Enclosing class:
JStylerObj
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
escape
(String s, Appendable out) Escape special chars form String except /
-
Constructor Details
-
EscapeLT
private EscapeLT()
-
-
Method Details
-
escape
Escape special chars form String except /- Specified by:
escape
in interfaceJStylerObj.StringProtector
- Parameters:
s
- - Must not be null.out
-
-