Package net.minidev.json
Class JStylerObj.EscapeLT
- java.lang.Object
-
- net.minidev.json.JStylerObj.EscapeLT
-
- All Implemented Interfaces:
JStylerObj.StringProtector
- Enclosing class:
- JStylerObj
private static class JStylerObj.EscapeLT extends java.lang.Object implements JStylerObj.StringProtector
-
-
Constructor Summary
Constructors Modifier Constructor Description private
EscapeLT()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
escape(java.lang.String s, java.lang.Appendable out)
Escape special chars form String except /
-
-
-
Method Detail
-
escape
public void escape(java.lang.String s, java.lang.Appendable out)
Escape special chars form String except /- Specified by:
escape
in interfaceJStylerObj.StringProtector
- Parameters:
s
- - Must not be null.out
-
-
-