/aosp_15_r20/external/json-schema-validator/src/test/java/com/networknt/schema/ |
H A D | SchemaLocationTest.java | 26 … SchemaLocation schemaLocation = SchemaLocation.of("https://json-schema.org/draft/2020-12/schema"); in ofAbsoluteIri() local 34 …SchemaLocation schemaLocation = SchemaLocation.of("https://json-schema.org/draft/2020-12/schema#/p… in ofAbsoluteIriWithJsonPointer() local 43 …SchemaLocation schemaLocation = SchemaLocation.of("https://example.com/schemas/address#street_addr… in ofAbsoluteIriWithAnchor() local 62 …SchemaLocation schemaLocation = SchemaLocation.of("https://example.com/schemas/address#street_addr… in schemaLocationResolveDocument() local 68 …SchemaLocation schemaLocation = SchemaLocation.of("https://example.com/schemas/address#street_addr… in schemaLocationResolveDocumentPointer() local 75 …SchemaLocation schemaLocation = SchemaLocation.of("https://example.com/schemas/address#street_addr… in schemaLocationResolveEmptyString() local 81 …SchemaLocation schemaLocation = SchemaLocation.of("https://example.com/schemas/address#street_addr… in schemaLocationResolveRelative() local 87 …SchemaLocation schemaLocation = SchemaLocation.of("https://example.com/schemas/address/#street_add… in schemaLocationResolveRelativeIndex() local 93 …SchemaLocation schemaLocation = SchemaLocation.of("https://example.com/schemas/address#street_addr… in resolveDocument() local 99 …SchemaLocation schemaLocation = SchemaLocation.of("https://example.com/schemas/address#street_addr… in resolveDocumentPointer() local [all …]
|
H A D | CollectorContextTest.java | 257 …public JsonValidator newValidator(SchemaLocation schemaLocation, JsonNodePath evaluationPath, Json… in newValidator() 273 …public CustomValidator(SchemaLocation schemaLocation, JsonNodePath evaluationPath, JsonNode schema… in CustomValidator() 328 …public JsonValidator newValidator(SchemaLocation schemaLocation, JsonNodePath evaluationPath, Json… in newValidator() 346 …public CustomValidator1(SchemaLocation schemaLocation, JsonNodePath evaluationPath, JsonNode schem… in CustomValidator1()
|
H A D | MessageTest.java | 42 …public EqualsValidator(SchemaLocation schemaLocation, JsonNodePath evaluationPath, JsonNode schema… in EqualsValidator() 71 … public JsonValidator newValidator(SchemaLocation schemaLocation, JsonNodePath evaluationPath, in newValidator()
|
H A D | CustomMetaSchemaTest.java | 51 … private Validator(SchemaLocation schemaLocation, JsonNodePath evaluationPath, String keyword, in Validator() 87 …public JsonValidator newValidator(SchemaLocation schemaLocation, JsonNodePath evaluationPath, Json… in newValidator()
|
/aosp_15_r20/external/json-schema-validator/src/main/java/com/networknt/schema/annotation/ |
H A D | JsonNodeAnnotation.java | 30 private final SchemaLocation schemaLocation; field in JsonNodeAnnotation 34 …ic JsonNodeAnnotation(String keyword, JsonNodePath instanceLocation, SchemaLocation schemaLocation, in JsonNodeAnnotation() 125 private SchemaLocation schemaLocation; field in JsonNodeAnnotation.Builder 144 public Builder schemaLocation(SchemaLocation schemaLocation) { in schemaLocation() argument
|
/aosp_15_r20/external/json-schema-validator/src/main/java/com/networknt/schema/ |
H A D | ValidationMessage.java | 52 private final SchemaLocation schemaLocation; field in ValidationMessage 63 …dationMessage(String type, String code, JsonNodePath evaluationPath, SchemaLocation schemaLocation, in ValidationMessage() 228 protected SchemaLocation schemaLocation; field in ValidationMessage.BuilderSupport 272 public S schemaLocation(SchemaLocation schemaLocation) { in schemaLocation() argument
|
H A D | DiscriminatorContext.java | 15 …public void registerDiscriminator(final SchemaLocation schemaLocation, final ObjectNode discrimina… in registerDiscriminator() 19 public ObjectNode getDiscriminatorForPath(final SchemaLocation schemaLocation) { in getDiscriminatorForPath() 23 public ObjectNode getDiscriminatorForPath(final String schemaLocation) { in getDiscriminatorForPath()
|
H A D | JsonSchemaIdValidator.java | 36 boolean validate(String id, boolean rootSchema, SchemaLocation schemaLocation, in validate() 53 public boolean validate(String id, boolean rootSchema, SchemaLocation schemaLocation, in validate() 73 protected boolean hasNoContext(SchemaLocation schemaLocation) { in hasNoContext()
|
H A D | MinMaxContainsValidator.java | 20 …public MinMaxContainsValidator(SchemaLocation schemaLocation, JsonNodePath evaluationPath, JsonNod… in MinMaxContainsValidator() 84 private final SchemaLocation schemaLocation; field in MinMaxContainsValidator.Analysis 86 public Analysis(String messageKey, SchemaLocation schemaLocation) { in Analysis()
|
H A D | JsonSchema.java | 65 …static JsonSchema from(ValidationContext validationContext, SchemaLocation schemaLocation, JsonNod… in from() 69 private boolean hasNoFragment(SchemaLocation schemaLocation) { in hasNoFragment() 73 …private static SchemaLocation resolve(SchemaLocation schemaLocation, JsonNode schemaNode, boolean … in resolve() 107 …private JsonSchema(ValidationContext validationContext, SchemaLocation schemaLocation, JsonNodePat… in JsonSchema() 282 SchemaLocation schemaLocation = document.getSchemaLocation(); in getSubSchema() local
|
H A D | ValidatorTypeCode.java | 30 …JsonValidator newInstance(SchemaLocation schemaLocation, JsonNodePath evaluationPath, JsonNode sch… in newInstance() 79 …@Override public JsonValidator newValidator(SchemaLocation schemaLocation, JsonNodePath evaluation… in newValidator() 158 …public JsonValidator newValidator(SchemaLocation schemaLocation, JsonNodePath evaluationPath, Json… in newValidator()
|
H A D | BaseJsonValidator.java | 39 …public BaseJsonValidator(SchemaLocation schemaLocation, JsonNodePath evaluationPath, JsonNode sche… in BaseJsonValidator() 45 …public BaseJsonValidator(SchemaLocation schemaLocation, JsonNodePath evaluationPath, JsonNode sche… in BaseJsonValidator() 90 final SchemaLocation schemaLocation = SchemaLocation.of(node.textValue()); in obtainSubSchemaNode() local
|
H A D | ValidationMessageHandler.java | 16 protected SchemaLocation schemaLocation; field in ValidationMessageHandler 28 …ssageSource messageSource, Keyword keyword, JsonSchema parentSchema, SchemaLocation schemaLocation, in ValidationMessageHandler()
|
H A D | AbstractJsonValidator.java | 28 private final SchemaLocation schemaLocation; field in AbstractJsonValidator 41 …public AbstractJsonValidator(SchemaLocation schemaLocation, JsonNodePath evaluationPath, Keyword k… in AbstractJsonValidator()
|
H A D | RefValidator.java | 35 …public RefValidator(SchemaLocation schemaLocation, JsonNodePath evaluationPath, JsonNode schemaNod… in RefValidator() 59 SchemaLocation schemaLocation = SchemaLocation.of(schemaUriFinal); in getRefSchema() local
|
H A D | AnnotationKeyword.java | 30 … public Validator(SchemaLocation schemaLocation, JsonNodePath evaluationPath, JsonNode schemaNode, in Validator() 64 …public JsonValidator newValidator(SchemaLocation schemaLocation, JsonNodePath evaluationPath, Json… in newValidator()
|
H A D | NonValidationKeyword.java | 32 … public Validator(SchemaLocation schemaLocation, JsonNodePath evaluationPath, JsonNode schemaNode, in Validator() 64 …public JsonValidator newValidator(SchemaLocation schemaLocation, JsonNodePath evaluationPath, Json… in newValidator()
|
H A D | FormatValidator.java | 37 …public FormatValidator(SchemaLocation schemaLocation, JsonNodePath evaluationPath, JsonNode schema… in FormatValidator() 44 …public FormatValidator(SchemaLocation schemaLocation, JsonNodePath evaluationPath, JsonNode schema… in FormatValidator()
|
H A D | ValidationContext.java | 56 …public JsonSchema newSchema(SchemaLocation schemaLocation, JsonNodePath evaluationPath, JsonNode s… in newSchema() 60 public JsonValidator newValidator(SchemaLocation schemaLocation, JsonNodePath evaluationPath, in newValidator()
|
H A D | RecursiveRefValidator.java | 33 …public RecursiveRefValidator(SchemaLocation schemaLocation, JsonNodePath evaluationPath, JsonNode … in RecursiveRefValidator() 134 SchemaLocation schemaLocation = jsonSchema.getSchemaLocation(); in preloadJsonSchema() local
|
/aosp_15_r20/external/json-schema-validator/src/main/java/com/networknt/schema/output/ |
H A D | OutputUnitKey.java | 34 final SchemaLocation schemaLocation; field in OutputUnitKey 38 …public OutputUnitKey(JsonNodePath evaluationPath, SchemaLocation schemaLocation, JsonNodePath inst… in OutputUnitKey()
|
H A D | HierarchicalOutputUnitFormatter.java | 88 String schemaLocation = key.getSchemaLocation().toString(); in format() local 105 String schemaLocation = key.getSchemaLocation().toString(); in format() local
|
H A D | OutputUnit.java | 43 private String schemaLocation = null; field in OutputUnit 74 public void setSchemaLocation(String schemaLocation) { in setSchemaLocation()
|
/aosp_15_r20/external/json-schema-validator/src/main/java/com/networknt/schema/result/ |
H A D | JsonNodeResult.java | 28 private final SchemaLocation schemaLocation; field in JsonNodeResult 32 …public JsonNodeResult(JsonNodePath instanceLocation, SchemaLocation schemaLocation, JsonNodePath e… in JsonNodeResult()
|
/aosp_15_r20/external/mp4parser/isoparser/src/main/java/com/coremedia/iso/boxes/sampleentry/ |
H A D | SubtitleSampleEntry.java | 22 private String schemaLocation; field in SubtitleSampleEntry 64 public void setSchemaLocation(String schemaLocation) { in setSchemaLocation()
|