Package io.micronaut.jms.bind
Class MessageBodyHeaderArgumentBinder
java.lang.Object
io.micronaut.core.bind.annotation.AbstractArgumentBinder<Object>
io.micronaut.jms.bind.AbstractJmsArgumentBinder<io.micronaut.messaging.annotation.MessageBody>
io.micronaut.jms.bind.MessageBodyHeaderArgumentBinder
- All Implemented Interfaces:
io.micronaut.core.bind.annotation.AnnotatedArgumentBinder<io.micronaut.messaging.annotation.MessageBody,
,Object, javax.jms.Message> io.micronaut.core.bind.ArgumentBinder<Object,
,javax.jms.Message> io.micronaut.core.order.Ordered
public class MessageBodyHeaderArgumentBinder
extends AbstractJmsArgumentBinder<io.micronaut.messaging.annotation.MessageBody>
Binds the
MessageBody
annotation.- Since:
- 1.0.0
- Author:
- Denis Stepanov
-
Nested Class Summary
Nested classes/interfaces inherited from interface io.micronaut.core.bind.ArgumentBinder
io.micronaut.core.bind.ArgumentBinder.BindingResult<T extends Object>
-
Field Summary
Fields inherited from class io.micronaut.core.bind.annotation.AbstractArgumentBinder
conversionService
Fields inherited from interface io.micronaut.core.order.Ordered
HIGHEST_PRECEDENCE, LOWEST_PRECEDENCE
-
Constructor Summary
ConstructorDescriptionMessageBodyHeaderArgumentBinder
(io.micronaut.core.convert.ConversionService conversionService, Deserializer deserializer) Constructor. -
Method Summary
Methods inherited from class io.micronaut.jms.bind.AbstractJmsArgumentBinder
getOrder
Methods inherited from class io.micronaut.core.bind.annotation.AbstractArgumentBinder
doBind, doBind, doConvert, doConvert, doResolve, getFallbackFormat
-
Constructor Details
-
MessageBodyHeaderArgumentBinder
public MessageBodyHeaderArgumentBinder(io.micronaut.core.convert.ConversionService conversionService, Deserializer deserializer) Constructor.- Parameters:
conversionService
- conversionServicedeserializer
- deserializer
-
-
Method Details
-
bind
-
getAnnotationType
-