Class ReferenceUtils


  • public class ReferenceUtils
    extends Object
    • Constructor Detail

      • ReferenceUtils

        public ReferenceUtils()
    • Method Detail

      • isLocalRef

        public static boolean isLocalRef​(String ref)
      • isLocalRefToComponents

        public static boolean isLocalRefToComponents​(String ref)
      • isAnchorRef

        public static boolean isAnchorRef​(String ref)
      • isAnchor

        public static boolean isAnchor​(String ref)
      • unescapePointer

        public static String unescapePointer​(String jsonPathElement)
      • jsonPointerEvaluate

        public static com.fasterxml.jackson.databind.JsonNode jsonPointerEvaluate​(String fragment,
                                                                                  com.fasterxml.jackson.databind.JsonNode tree,
                                                                                  String uri)
      • getRefName

        public static String getRefName​(String uri)