Home
last modified time | relevance | path

Searched defs:schemaLocation (Results 1 – 25 of 141) sorted by relevance

123456

/aosp_15_r20/external/json-schema-validator/src/test/java/com/networknt/schema/
H A DSchemaLocationTest.java26 … 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 DCollectorContextTest.java257 …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 DMessageTest.java42 …public EqualsValidator(SchemaLocation schemaLocation, JsonNodePath evaluationPath, JsonNode schema… in EqualsValidator()
71 … public JsonValidator newValidator(SchemaLocation schemaLocation, JsonNodePath evaluationPath, in newValidator()
H A DCustomMetaSchemaTest.java51 … 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 DJsonNodeAnnotation.java30 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 DValidationMessage.java52 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 DDiscriminatorContext.java15 …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 DJsonSchemaIdValidator.java36 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 DMinMaxContainsValidator.java20 …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 DJsonSchema.java65 …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 DValidatorTypeCode.java30 …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 DBaseJsonValidator.java39 …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 DValidationMessageHandler.java16 protected SchemaLocation schemaLocation; field in ValidationMessageHandler
28 …ssageSource messageSource, Keyword keyword, JsonSchema parentSchema, SchemaLocation schemaLocation, in ValidationMessageHandler()
H A DAbstractJsonValidator.java28 private final SchemaLocation schemaLocation; field in AbstractJsonValidator
41 …public AbstractJsonValidator(SchemaLocation schemaLocation, JsonNodePath evaluationPath, Keyword k… in AbstractJsonValidator()
H A DRefValidator.java35 …public RefValidator(SchemaLocation schemaLocation, JsonNodePath evaluationPath, JsonNode schemaNod… in RefValidator()
59 SchemaLocation schemaLocation = SchemaLocation.of(schemaUriFinal); in getRefSchema() local
H A DAnnotationKeyword.java30 … public Validator(SchemaLocation schemaLocation, JsonNodePath evaluationPath, JsonNode schemaNode, in Validator()
64 …public JsonValidator newValidator(SchemaLocation schemaLocation, JsonNodePath evaluationPath, Json… in newValidator()
H A DNonValidationKeyword.java32 … public Validator(SchemaLocation schemaLocation, JsonNodePath evaluationPath, JsonNode schemaNode, in Validator()
64 …public JsonValidator newValidator(SchemaLocation schemaLocation, JsonNodePath evaluationPath, Json… in newValidator()
H A DFormatValidator.java37 …public FormatValidator(SchemaLocation schemaLocation, JsonNodePath evaluationPath, JsonNode schema… in FormatValidator()
44 …public FormatValidator(SchemaLocation schemaLocation, JsonNodePath evaluationPath, JsonNode schema… in FormatValidator()
H A DValidationContext.java56 …public JsonSchema newSchema(SchemaLocation schemaLocation, JsonNodePath evaluationPath, JsonNode s… in newSchema()
60 public JsonValidator newValidator(SchemaLocation schemaLocation, JsonNodePath evaluationPath, in newValidator()
H A DRecursiveRefValidator.java33 …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 DOutputUnitKey.java34 final SchemaLocation schemaLocation; field in OutputUnitKey
38 …public OutputUnitKey(JsonNodePath evaluationPath, SchemaLocation schemaLocation, JsonNodePath inst… in OutputUnitKey()
H A DHierarchicalOutputUnitFormatter.java88 String schemaLocation = key.getSchemaLocation().toString(); in format() local
105 String schemaLocation = key.getSchemaLocation().toString(); in format() local
H A DOutputUnit.java43 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 DJsonNodeResult.java28 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 DSubtitleSampleEntry.java22 private String schemaLocation; field in SubtitleSampleEntry
64 public void setSchemaLocation(String schemaLocation) { in setSchemaLocation()

123456