Uses of Class
org.apache.camel.spi.Validator
-
Packages that use Validator Package Description org.apache.camel The core Camel API.org.apache.camel.spi Service Provider Interfaces used by the Camel runtime which are plugin strategies. -
-
Uses of Validator in org.apache.camel
Methods in org.apache.camel that return Validator Modifier and Type Method Description ValidatorCamelContext. resolveValidator(DataType type)Resolve a validator given from/to data type. -
Uses of Validator in org.apache.camel.spi
Methods in org.apache.camel.spi that return Validator Modifier and Type Method Description ValidatorModelReifierFactory. createValidator(CamelContext camelContext, Object transformerDefinition)ValidatorValidatorRegistry. resolveValidator(K key)Lookup aValidatorin the registry which supports the validation for the data type represented by the key.ValidatorValidator. setType(String type)Set data type.
-