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 privateMPSimple()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanmustBeProtect(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:
mustBeProtectin interfaceJStylerObj.MustProtect- Parameters:
s-- Returns:
-
-