Uses of Class
org.springframework.integration.transformer.PayloadTypeConvertingTransformer
Package
Description
Root package of the Spring Integration Java DSL.
Contains core-implementation of various Transformers which includes Enrichers
and Filters.
-
Uses of PayloadTypeConvertingTransformer in org.springframework.integration.dsl
-
Uses of PayloadTypeConvertingTransformer in org.springframework.integration.transformer
Modifier and TypeClassDescriptionclass
Transformer that deserializes the inbound byte array payload to an object by delegating to a Converter<byte[], Object>.class
Transformer that serializes the inbound payload into a byte array by delegating to a Converter<Object, byte[]>.