Searched refs:getPathType (Results 1 – 10 of 10) sorted by relevance
43 root.setInstanceLocation(validationContext.getConfig().getPathType().getRoot()); in format()44 root.setEvaluationPath(validationContext.getConfig().getPathType().getRoot()); in format()57 r.put(new JsonNodePath(validationContext.getConfig().getPathType()), root); in format()58 index.put(new JsonNodePath(validationContext.getConfig().getPathType()), r); in format()
320 if (this.validationContext.getConfig().getPathType().equals(PathType.JSON_POINTER)) { in atRoot()322 } else if (this.validationContext.getConfig().getPathType().equals(PathType.LEGACY)) { in atRoot()324 } else if (this.validationContext.getConfig().getPathType().equals(PathType.JSON_PATH)) { in atRoot()327 return new JsonNodePath(this.validationContext.getConfig().getPathType()); in atRoot()
87 public PathType getPathType() { in getPathType() method in JsonNodePath
289 … new JsonNodePath(validationContext.getConfig().getPathType()), schemaNode, null, false); in newJsonSchema()525 JsonNodePath evaluationPath = new JsonNodePath(config.getPathType()); in getMappedSchema()
474 public PathType getPathType() { in getPathType() method in SchemaValidatorsConfig
253 if (PathType.JSON_POINTER.equals(fragment.getPathType())) { in getRefSchema()
97 void getPathType() { in getPathType() method in JsonNodePathTest99 assertEquals(PathType.JSON_POINTER, root.getPathType()); in getPathType()
81 public static UnitPathType getPathType(XPathParts parts) { in getPathType() method in UnitPathType
73 UnitPathType pathType = UnitPathType.getPathType(parts); in handleCheck()
2838 UnitPathType.getPathType(XPathParts.getFrozenInstance(path)); in TestCheckUnits()