Uses of Class
org.citrusframework.json.JsonSchemaRepository
Packages that use JsonSchemaRepository
-
Uses of JsonSchemaRepository in org.citrusframework.validation.json.schema
Method parameters in org.citrusframework.validation.json.schema with type arguments of type JsonSchemaRepositoryModifier and TypeMethodDescriptionJsonSchemaFilter.filter(List<JsonSchemaRepository> schemaRepositories, JsonMessageValidationContext jsonMessageValidationContext, ReferenceResolver referenceResolver) Filters the all schema repositories based on the configuration in thejsonMessageValidationContextand returns a list of the relevant underlyingSimpleJsonSchemas for the validation.JsonSchemaValidation.validate(Message message, List<JsonSchemaRepository> schemaRepositories, JsonMessageValidationContext validationContext, ReferenceResolver referenceResolver) Validates the given message against a list of JsonSchemaRepositories under consideration of the actual context