Home
last modified time | relevance | path

Searched defs:jsonSchemaFactory (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/json-schema-validator/src/test/java/com/networknt/schema/
H A DIssue475Test.java53 …JsonSchemaFactory jsonSchemaFactory = JsonSchemaFactory.getInstance(VersionFlag.V4, builder -> bui… in draft4() local
68 …JsonSchemaFactory jsonSchemaFactory = JsonSchemaFactory.getInstance(VersionFlag.V6, builder -> bui… in draft6() local
83 …JsonSchemaFactory jsonSchemaFactory = JsonSchemaFactory.getInstance(VersionFlag.V7, builder -> bui… in draft7() local
98 …JsonSchemaFactory jsonSchemaFactory = JsonSchemaFactory.getInstance(VersionFlag.V201909, builder -… in draft201909() local
113 …JsonSchemaFactory jsonSchemaFactory = JsonSchemaFactory.getInstance(VersionFlag.V202012, builder -… in draft202012() local
H A DExampleTest.java30 …JsonSchemaFactory jsonSchemaFactory = JsonSchemaFactory.getInstance(VersionFlag.V202012, builder -… in exampleSchemaLocation() local
56 JsonSchemaFactory jsonSchemaFactory = JsonSchemaFactory.getInstance(VersionFlag.V202012); in exampleClasspath() local
H A DIssue877Test.java33 JsonSchemaFactory jsonSchemaFactory = JsonSchemaFactory.getInstance(VersionFlag.V202012); in test() local
H A DRecursiveReferenceValidatorExceptionTest.java22 …JsonSchemaFactory jsonSchemaFactory = JsonSchemaFactory.getInstance(SpecVersion.VersionFlag.V20201… in testInvalidRecursiveReference() local
/aosp_15_r20/external/json-schema-validator/src/main/java/com/networknt/schema/
H A DValidationContext.java28 private final JsonSchemaFactory jsonSchemaFactory; field in ValidationContext
35 JsonSchemaFactory jsonSchemaFactory, SchemaValidatorsConfig config) { in ValidationContext()
39 public ValidationContext(JsonMetaSchema metaSchema, JsonSchemaFactory jsonSchemaFactory, in ValidationContext()