Home
last modified time | relevance | path

Searched defs:schemaNode (Results 1 – 25 of 86) sorted by relevance

1234

/aosp_15_r20/external/json-schema-validator/src/main/java/com/networknt/schema/
H A DJsonSchemaFactory.java286 …protected JsonSchema newJsonSchema(final SchemaLocation schemaUri, final JsonNode schemaNode, fina… in newJsonSchema()
308 …ntext, SchemaLocation schemaLocation, JsonNodePath evaluationPath, JsonNode schemaNode, JsonSchema… in create()
312 …ntext, SchemaLocation schemaLocation, JsonNodePath evaluationPath, JsonNode schemaNode, JsonSchema… in doCreate()
330 …rivate ValidationContext withMetaSchema(ValidationContext validationContext, JsonNode schemaNode) { in withMetaSchema()
354 …protected ValidationContext createValidationContext(final JsonNode schemaNode, SchemaValidatorsCon… in createValidationContext()
359 private JsonMetaSchema getMetaSchema(final JsonNode schemaNode, SchemaValidatorsConfig config) { in getMetaSchema()
367 …private JsonMetaSchema getMetaSchemaOrDefault(final JsonNode schemaNode, SchemaValidatorsConfig co… in getMetaSchemaOrDefault()
412 final JsonNode schemaNode = getJsonMapper().readTree(schema); in getSchema() local
445 final JsonNode schemaNode = getJsonMapper().readTree(schemaStream); in getSchema() local
517 final JsonNode schemaNode; in getMappedSchema() local
H A DValidationMessage.java61 private final JsonNode schemaNode; field in ValidationMessage
65 … String messageKey, Supplier<String> messageSupplier, JsonNode instanceNode, JsonNode schemaNode) { in ValidationMessage()
239 protected JsonNode schemaNode; field in ValidationMessage.BuilderSupport
348 public S schemaNode(JsonNode schemaNode) { in schemaNode() method in ValidationMessage.BuilderSupport
H A DAnnotationKeyword.java30 … public Validator(SchemaLocation schemaLocation, JsonNodePath evaluationPath, JsonNode schemaNode, in Validator()
47 protected Object getAnnotationValue(JsonNode schemaNode) { in getAnnotationValue()
64 …dator newValidator(SchemaLocation schemaLocation, JsonNodePath evaluationPath, JsonNode schemaNode, in newValidator()
H A DJsonSchema.java65 …ntext, SchemaLocation schemaLocation, JsonNodePath evaluationPath, JsonNode schemaNode, JsonSchema… in from()
73 …private static SchemaLocation resolve(SchemaLocation schemaLocation, JsonNode schemaNode, boolean … in resolve()
108 JsonNode schemaNode, JsonSchema parent, boolean suppressSubSchemaRetrieval) { in JsonSchema()
109 …super(resolve(schemaLocation, schemaNode, parent == null, validationContext), evaluationPath, sche… in JsonSchema() local
425 private List<JsonValidator> read(JsonNode schemaNode) { in read()
H A DBaseJsonValidator.java35 protected final JsonNode schemaNode; field in BaseJsonValidator
39 … BaseJsonValidator(SchemaLocation schemaLocation, JsonNodePath evaluationPath, JsonNode schemaNode, in BaseJsonValidator()
45 … BaseJsonValidator(SchemaLocation schemaLocation, JsonNodePath evaluationPath, JsonNode schemaNode, in BaseJsonValidator()
74 …private static JsonSchema obtainSubSchemaNode(final JsonNode schemaNode, final ValidationContext v… in obtainSubSchemaNode()
H A DValidationContext.java56 …Schema(SchemaLocation schemaLocation, JsonNodePath evaluationPath, JsonNode schemaNode, JsonSchema… in newSchema()
61 String keyword /* keyword */, JsonNode schemaNode, JsonSchema parentSchema) { in newValidator()
65 public String resolveSchemaId(JsonNode schemaNode) { in resolveSchemaId()
H A DJsonMetaSchema.java421 public String readId(JsonNode schemaNode) { in readId()
425 public String readAnchor(JsonNode schemaNode) { in readAnchor()
433 public String readDynamicAnchor(JsonNode schemaNode) { in readDynamicAnchor()
477 … JsonNodePath evaluationPath, String keyword, JsonNode schemaNode, JsonSchema parentSchema) { in newValidator()
H A DValidatorTypeCode.java30 …idator newInstance(SchemaLocation schemaLocation, JsonNodePath evaluationPath, JsonNode schemaNode, in newInstance()
79 …idator(SchemaLocation schemaLocation, JsonNodePath evaluationPath, JsonNode schemaNode, JsonSchema… in newValidator()
158 …dator newValidator(SchemaLocation schemaLocation, JsonNodePath evaluationPath, JsonNode schemaNode, in newValidator()
H A DMultipleOfValidator.java37 …ultipleOfValidator(SchemaLocation schemaLocation, JsonNodePath evaluationPath, JsonNode schemaNode, in MultipleOfValidator()
66 protected BigDecimal getDivisor(JsonNode schemaNode) { in getDivisor()
H A DAbstractJsonValidator.java29 private final JsonNode schemaNode; field in AbstractJsonValidator
41 …SchemaLocation schemaLocation, JsonNodePath evaluationPath, Keyword keyword, JsonNode schemaNode) { in AbstractJsonValidator()
H A DNonValidationKeyword.java32 … public Validator(SchemaLocation schemaLocation, JsonNodePath evaluationPath, JsonNode schemaNode, in Validator()
64 …dator newValidator(SchemaLocation schemaLocation, JsonNodePath evaluationPath, JsonNode schemaNode, in newValidator()
H A DFormatValidator.java37 …ic FormatValidator(SchemaLocation schemaLocation, JsonNodePath evaluationPath, JsonNode schemaNode, in FormatValidator()
44 …ic FormatValidator(SchemaLocation schemaLocation, JsonNodePath evaluationPath, JsonNode schemaNode, in FormatValidator()
H A DKeyword.java44 …dator newValidator(SchemaLocation schemaLocation, JsonNodePath evaluationPath, JsonNode schemaNode, in newValidator()
H A DConstValidator.java31 …lic ConstValidator(SchemaLocation schemaLocation, JsonNodePath evaluationPath, JsonNode schemaNode, in ConstValidator()
H A DTrueValidator.java31 …tor(SchemaLocation schemaLocation, JsonNodePath evaluationPath, final JsonNode schemaNode, JsonSch… in TrueValidator()
H A DMinItemsValidator.java34 …idator(SchemaLocation schemaLocation, JsonNodePath evaluationPath, JsonNode schemaNode, JsonSchema… in MinItemsValidator()
H A DReadOnlyValidator.java35 …idator(SchemaLocation schemaLocation, JsonNodePath evaluationPath, JsonNode schemaNode, JsonSchema… in ReadOnlyValidator()
H A DMinPropertiesValidator.java34 …idator(SchemaLocation schemaLocation, JsonNodePath evaluationPath, JsonNode schemaNode, JsonSchema… in MinPropertiesValidator()
/aosp_15_r20/external/json-schema-validator/src/test/java/com/networknt/schema/
H A DJsonWalkTest.java127 …dator newValidator(SchemaLocation schemaLocation, JsonNodePath evaluationPath, JsonNode schemaNode, in newValidator()
143 … CustomValidator(SchemaLocation schemaLocation, JsonNodePath evaluationPath, JsonNode schemaNode) { in CustomValidator()
165 JsonNode schemaNode = keywordWalkEvent.getSchema().getSchemaNode(); in onWalkStart() local
209 JsonNode schemaNode = keywordWalkEvent.getSchema().getSchemaNode(); in onWalkStart() local
H A DCollectorContextTest.java257 …dator newValidator(SchemaLocation schemaLocation, JsonNodePath evaluationPath, JsonNode schemaNode, in newValidator()
273 … CustomValidator(SchemaLocation schemaLocation, JsonNodePath evaluationPath, JsonNode schemaNode) { in CustomValidator()
328 …dator newValidator(SchemaLocation schemaLocation, JsonNodePath evaluationPath, JsonNode schemaNode, in newValidator()
346 …CustomValidator1(SchemaLocation schemaLocation, JsonNodePath evaluationPath, JsonNode schemaNode) { in CustomValidator1()
H A DMessageTest.java42 …ic EqualsValidator(SchemaLocation schemaLocation, JsonNodePath evaluationPath, JsonNode schemaNode, in EqualsValidator()
72 JsonNode schemaNode, JsonSchema parentSchema, ValidationContext validationContext) in newValidator()
H A DCustomMetaSchemaTest.java52 List<String> enumValues, List<String> enumNames, JsonNode schemaNode) { in Validator()
87 …dator newValidator(SchemaLocation schemaLocation, JsonNodePath evaluationPath, JsonNode schemaNode, in newValidator()
H A DRecursiveReferenceValidatorExceptionTest.java24 JsonNode schemaNode = jsonSchema.getSchemaNode(); in testInvalidRecursiveReference() local
/aosp_15_r20/external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/ser/
H A DBeanPropertyWriter.java516 JsonNode schemaNode) { in _depositSchemaProperty()
517 propertiesNode.set(getName(), schemaNode); in _depositSchemaProperty() local
866 JsonNode schemaNode; in depositSchemaProperty() local
/aosp_15_r20/external/xmp_toolkit/XMPCore/src/com/adobe/xmp/impl/
H A DXMPUtilsImpl.java454 XMPNode schemaNode = XMPNodeUtils.findSchemaNode(xmpImpl.getRoot(), schemaNS, false); in removeProperties() local
572 private static boolean removeSchemaChildren(XMPNode schemaNode, boolean doAllProperties) in removeSchemaChildren()

1234