Package | Description |
---|---|
org.springframework.integration.transformer |
Contains core-implementation of various Transformers which includes Enrichers
and Filters.
|
Modifier and Type | Class and Description |
---|---|
class |
PayloadDeserializingTransformer
Transformer that deserializes the inbound byte array payload to an object by delegating to a
Converter<byte[], Object>.
|
class |
PayloadSerializingTransformer
Transformer that serializes the inbound payload into a byte array by delegating to a
Converter<Object, byte[]>.
|
Copyright © 2018. All rights reserved.