Searched defs:jsonSchemaFactory (Results 1 – 5 of 5) sorted by relevance
53 …JsonSchemaFactory jsonSchemaFactory = JsonSchemaFactory.getInstance(VersionFlag.V4, builder -> bui… in draft4() local68 …JsonSchemaFactory jsonSchemaFactory = JsonSchemaFactory.getInstance(VersionFlag.V6, builder -> bui… in draft6() local83 …JsonSchemaFactory jsonSchemaFactory = JsonSchemaFactory.getInstance(VersionFlag.V7, builder -> bui… in draft7() local98 …JsonSchemaFactory jsonSchemaFactory = JsonSchemaFactory.getInstance(VersionFlag.V201909, builder -… in draft201909() local113 …JsonSchemaFactory jsonSchemaFactory = JsonSchemaFactory.getInstance(VersionFlag.V202012, builder -… in draft202012() local
30 …JsonSchemaFactory jsonSchemaFactory = JsonSchemaFactory.getInstance(VersionFlag.V202012, builder -… in exampleSchemaLocation() local56 JsonSchemaFactory jsonSchemaFactory = JsonSchemaFactory.getInstance(VersionFlag.V202012); in exampleClasspath() local
33 JsonSchemaFactory jsonSchemaFactory = JsonSchemaFactory.getInstance(VersionFlag.V202012); in test() local
22 …JsonSchemaFactory jsonSchemaFactory = JsonSchemaFactory.getInstance(SpecVersion.VersionFlag.V20201… in testInvalidRecursiveReference() local
28 private final JsonSchemaFactory jsonSchemaFactory; field in ValidationContext35 JsonSchemaFactory jsonSchemaFactory, SchemaValidatorsConfig config) { in ValidationContext()39 public ValidationContext(JsonMetaSchema metaSchema, JsonSchemaFactory jsonSchemaFactory, in ValidationContext()