Interface SchemaValidationContext
-
public interface SchemaValidationContextThis context holds the basic information for the validation of messages against schemas- Since:
- 2.7.3
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceSchemaValidationContext.Builder<B>Fluent builder
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetSchema()Gets the schema.StringgetSchemaRepository()Gets the schemaRepository.booleanisSchemaValidationEnabled()Is schema validation enabled.
-
-
-
Method Detail
-
isSchemaValidationEnabled
boolean isSchemaValidationEnabled()
Is schema validation enabled.- Returns:
- the schemaValidation
-
getSchemaRepository
String getSchemaRepository()
Gets the schemaRepository.- Returns:
- the schemaRepository the schemaRepository to get.
-
getSchema
String getSchema()
Gets the schema.- Returns:
- the schema the schema to get.
-
-