Class Validator

All Implemented Interfaces:
AutoCloseable, CamelContextAware, Service, ShutdownableService, HasCamelContext, StatefulService, SuspendableService

public abstract class Validator extends ServiceSupport implements CamelContextAware
Validator performs message content validation according to the declared data type. org.apache.camel.processor.ContractAdvice applies Validator if input/output type is declared on a route with validation enabled.