Class JStylerObj.MPSimple

    • 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.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • MPSimple

        private MPSimple()
    • 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 interface JStylerObj.MustProtect
        Parameters:
        s -
        Returns: