Interface SchemaValidationContext
public interface SchemaValidationContext
This context holds the basic information for the validation of messages against schemas
- Since:
- 2.7.3
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceFluent builder -
Method Summary
Modifier and TypeMethodDescriptionGets the schema.Gets the schemaRepository.booleanIs schema validation enabled.
-
Method Details
-
isSchemaValidationEnabled
boolean isSchemaValidationEnabled()Is schema validation enabled.- Returns:
- the schemaValidation
-
getSchemaRepository
String getSchemaRepository()Gets the schemaRepository.- Returns:
- the schemaRepository to get.
-
getSchema
String getSchema()Gets the schema.- Returns:
- the schema to get.
-