Uses of Class
org.apache.camel.spi.DataType
Packages that use DataType
Package
Description
The core Camel API.
Service Provider Interfaces used by the Camel runtime which are plugin strategies.
-
Uses of DataType in org.apache.camel
Methods in org.apache.camel with parameters of type DataTypeModifier and TypeMethodDescriptionCamelContext.resolveTransformer(DataType from, DataType to) Resolve a transformer given from/to data type.CamelContext.resolveValidator(DataType type) Resolve a validator given from/to data type. -
Uses of DataType in org.apache.camel.spi
Methods in org.apache.camel.spi that return DataTypeModifier and TypeMethodDescriptionDataTypeAware.getDataType()Get the data type of the message.Transformer.getFrom()Get 'from' data type.Contract.getInputType()Contract.getOutputType()Transformer.getTo()Get 'to' data type.Validator.getType()Get 'from' data type.Methods in org.apache.camel.spi with parameters of type DataTypeModifier and TypeMethodDescriptionbooleanWhether the givenTransformeris stored in the dynamic cachebooleanWhether the givenValidatoris stored in the dynamic cachebooleanWhether the given transformer is stored in the static cachebooleanWhether the givenValidatoris stored in the static cachevoidSet the message body with data type.voidDataTypeAware.setDataType(DataType type) Set the data type of the message.abstract voidPerform data transformation with specified from/to type.abstract voidPerform data validation with specified type.