Uses of Interface
org.citrusframework.validation.context.SchemaValidationContext
Packages that use SchemaValidationContext
-
Uses of SchemaValidationContext in org.citrusframework.validation
Classes in org.citrusframework.validation with type parameters of type SchemaValidationContextModifier and TypeInterfaceDescriptioninterfaceSchemaValidator<T extends SchemaValidationContext>Methods in org.citrusframework.validation that return types with arguments of type SchemaValidationContextModifier and TypeMethodDescriptionOptional<SchemaValidator<? extends SchemaValidationContext>>MessageValidatorRegistry.findSchemaValidator(String name) Try to find schema validator for given name.List<SchemaValidator<? extends SchemaValidationContext>>MessageValidatorRegistry.findSchemaValidators(String messageType, Message message) Finds matching schema validators for this message type.static Map<String,SchemaValidator<? extends SchemaValidationContext>> SchemaValidator.lookup()Resolves all available validators from resource path lookup.static Optional<SchemaValidator<? extends SchemaValidationContext>>Resolves validator from resource path lookup with given validator resource name.Method parameters in org.citrusframework.validation with type arguments of type SchemaValidationContextModifier and TypeMethodDescriptionvoidMessageValidatorRegistry.addSchemaValidator(String name, SchemaValidator<? extends SchemaValidationContext> schemaValidator) Adds given schema validator and allows overwrite of existing message validators in registry with same name.voidMessageValidatorRegistry.setSchemaValidators(Map<String, SchemaValidator<? extends SchemaValidationContext>> schemaValidators) Sets available schema validator implementations.