Uses of Class
org.citrusframework.json.schema.SimpleJsonSchema
Packages that use SimpleJsonSchema
-
Uses of SimpleJsonSchema in org.citrusframework.json
Methods in org.citrusframework.json that return types with arguments of type SimpleJsonSchemaMethod parameters in org.citrusframework.json with type arguments of type SimpleJsonSchemaModifier and TypeMethodDescriptionvoidJsonSchemaRepository.setSchemas(List<SimpleJsonSchema> schemas) -
Uses of SimpleJsonSchema in org.citrusframework.validation.json.schema
Methods in org.citrusframework.validation.json.schema that return types with arguments of type SimpleJsonSchemaModifier 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.