Uses of Class
org.apache.camel.impl.engine.ValidatorKey
Packages that use ValidatorKey
-
Uses of ValidatorKey in org.apache.camel.impl.engine
Methods in org.apache.camel.impl.engine that return types with arguments of type ValidatorKeyModifier and TypeMethodDescriptionprotected abstract org.apache.camel.spi.ValidatorRegistry<ValidatorKey>
AbstractCamelContext.createValidatorRegistry()
protected org.apache.camel.spi.ValidatorRegistry<ValidatorKey>
SimpleCamelContext.createValidatorRegistry()
Methods in org.apache.camel.impl.engine with parameters of type ValidatorKeyModifier and TypeMethodDescriptionorg.apache.camel.spi.Validator
DefaultValidatorRegistry.put
(ValidatorKey key, org.apache.camel.spi.Validator obj) org.apache.camel.spi.Validator
DefaultValidatorRegistry.resolveValidator
(ValidatorKey key)