Package net.minidev.json
Class JStylerObj.MPSimple
- java.lang.Object
-
- net.minidev.json.JStylerObj.MPSimple
-
- All Implemented Interfaces:
JStylerObj.MustProtect
- Enclosing class:
- JStylerObj
private static class JStylerObj.MPSimple extends java.lang.Object implements JStylerObj.MustProtect
-
-
Constructor Summary
Constructors Modifier Constructor Description private
MPSimple()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
mustBeProtect(java.lang.String s)
can a String can be store without enclosing quotes.
-
-
-
Method Detail
-
mustBeProtect
public boolean mustBeProtect(java.lang.String s)
can a String can be store without enclosing quotes. ie: should not contain any special json char- Specified by:
mustBeProtect
in interfaceJStylerObj.MustProtect
- Parameters:
s
-- Returns:
-
-