Class PathType.JSONPath

  • Enclosing class:
    PathType

    static class PathType.JSONPath
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.util.function.IntPredicate ALPHA  
      static java.util.function.IntPredicate DIGIT  
      static java.util.function.IntPredicate NAME_CHAR  
      static java.util.function.IntPredicate NAME_FIRST  
      static java.util.function.IntPredicate NON_ASCII  
      static java.util.function.IntPredicate UNDERSCORE  
    • Constructor Summary

      Constructors 
      Constructor Description
      JSONPath()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static boolean isShorthand​(java.lang.String selector)  
      • Methods inherited from class java.lang.Object

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

      • ALPHA

        public static final java.util.function.IntPredicate ALPHA
      • DIGIT

        public static final java.util.function.IntPredicate DIGIT
      • NON_ASCII

        public static final java.util.function.IntPredicate NON_ASCII
      • UNDERSCORE

        public static final java.util.function.IntPredicate UNDERSCORE
      • NAME_FIRST

        public static final java.util.function.IntPredicate NAME_FIRST
      • NAME_CHAR

        public static final java.util.function.IntPredicate NAME_CHAR
    • Constructor Detail

      • JSONPath

        JSONPath()
    • Method Detail

      • isShorthand

        public static boolean isShorthand​(java.lang.String selector)