Package org.springframework.integration.mapping
@NonNullApi
package org.springframework.integration.mapping
Provides classes related to mapping to/from message headers.
-
ClassDescriptionAbstract base class for
RequestReplyHeaderMapper
implementations.A compositeAbstractHeaderMapper.HeaderMatcher
that matches if one of providedAbstractHeaderMapper.HeaderMatcher
s matches to theheaderName
.A content-basedAbstractHeaderMapper.HeaderMatcher
that matches if the specified header is contained within a list of candidates.Strategy interface to determine if a given header name matches.A pattern-basedAbstractHeaderMapper.HeaderMatcher
that matches if the specified header matches one of the specified simple patterns.A prefix-basedAbstractHeaderMapper.HeaderMatcher
that matches if the specified header starts with a configurable prefix.A pattern-basedAbstractHeaderMapper.HeaderMatcher
that matches if the specified header matches the specified simple pattern.TheBytesMessageMapper
implementation to delegate to/fromMessage
conversion into the providedMessageConverter
.HeaderMapper<T>Generic strategy interface for mappingMessageHeaders
to and from other types of objects.Strategy interface for mapping from an Object to aMessage
.Exception that indicates an error during message mapping.Strategy interface for mapping from aMessage
to an Object.Request/Reply strategy interface for mappingMessageHeaders
to and from other types of objects.