Home
last modified time | relevance | path

Searched refs:getPathType (Results 1 – 10 of 10) sorted by relevance

/external/json-schema-validator/src/main/java/com/networknt/schema/output/
DHierarchicalOutputUnitFormatter.java43 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()
/external/json-schema-validator/src/main/java/com/networknt/schema/
DBaseJsonValidator.java320 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()
DJsonNodePath.java87 public PathType getPathType() { in getPathType() method in JsonNodePath
DJsonSchemaFactory.java289 … new JsonNodePath(validationContext.getConfig().getPathType()), schemaNode, null, false); in newJsonSchema()
525 JsonNodePath evaluationPath = new JsonNodePath(config.getPathType()); in getMappedSchema()
DSchemaValidatorsConfig.java474 public PathType getPathType() { in getPathType() method in SchemaValidatorsConfig
DJsonSchema.java253 if (PathType.JSON_POINTER.equals(fragment.getPathType())) { in getRefSchema()
/external/json-schema-validator/src/test/java/com/networknt/schema/
DJsonNodePathTest.java97 void getPathType() { in getPathType() method in JsonNodePathTest
99 assertEquals(PathType.JSON_POINTER, root.getPathType()); in getPathType()
/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/util/
DUnitPathType.java81 public static UnitPathType getPathType(XPathParts parts) { in getPathType() method in UnitPathType
/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/test/
DCheckUnits.java73 UnitPathType pathType = UnitPathType.getPathType(parts); in handleCheck()
/external/cldr/tools/cldr-code/src/test/java/org/unicode/cldr/unittest/
DTestUnits.java2838 UnitPathType.getPathType(XPathParts.getFrozenInstance(path)); in TestCheckUnits()