Class PostProcessor


  • public class PostProcessor
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      PostProcessor()  
    • Method Summary

      Modifier and Type Method Description
      static boolean isNumeric​(java.lang.String str)  
      void process​(JsonPatch patch)  
      • Methods inherited from class java.lang.Object

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

      • PostProcessor

        public PostProcessor()
    • Method Detail

      • process

        public void process​(JsonPatch patch)
      • isNumeric

        public static boolean isNumeric​(java.lang.String str)