Uses of Class
org.apache.camel.spi.DataType
Packages that use DataType
-
Uses of DataType in org.apache.camel
Methods in org.apache.camel with parameters of type DataTypeModifier and TypeMethodDescription@Nullable TransformerCamelContext.resolveTransformer(DataType from, DataType to) Resolve a transformer given from/to data type.@Nullable ValidatorCamelContext.resolveValidator(DataType type) Resolve a validator given from/to data type. -
Uses of DataType in org.apache.camel.spi
Fields in org.apache.camel.spi declared as DataTypeMethods in org.apache.camel.spi that return DataTypeModifier and TypeMethodDescription@Nullable DataTypeDataTypeAware.getDataType()Get the data type of the message.@Nullable DataTypeTransformer.getFrom()Get 'from' data type.TransformerKey.getFrom()@Nullable DataTypeContract.getInputType()Gets the declared input data type.@Nullable DataTypeContract.getOutputType()Gets the declared output data type.@Nullable DataTypeTransformer.getTo()Get 'to' data type.TransformerKey.getTo()@Nullable DataTypeValidator.getType()Get 'from' data type.ValidatorKey.getType()Methods in org.apache.camel.spi with parameters of type DataTypeModifier and TypeMethodDescriptionstatic booleanbooleanWhether the givenTransformeris stored in the dynamic cachebooleanWhether the givenValidatoris stored in the dynamic cachestatic booleanDataType.isJavaType(@Nullable DataType dataType) booleanWhether 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.Constructors in org.apache.camel.spi with parameters of type DataTypeModifierConstructorDescriptionTransformerKey(DataType from, DataType to) ValidatorKey(DataType type)