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