Package io.micronaut.jms.bind
Class DefaultHeaderArgumentBinder
java.lang.Object
io.micronaut.core.bind.annotation.AbstractArgumentBinder<Object>
io.micronaut.jms.bind.AbstractJmsArgumentBinder<io.micronaut.messaging.annotation.MessageHeader>
io.micronaut.jms.bind.DefaultHeaderArgumentBinder
- All Implemented Interfaces:
io.micronaut.core.bind.annotation.AnnotatedArgumentBinder<io.micronaut.messaging.annotation.MessageHeader,,Object, javax.jms.Message> io.micronaut.core.bind.ArgumentBinder<Object,,javax.jms.Message> io.micronaut.core.order.Ordered
public class DefaultHeaderArgumentBinder
extends AbstractJmsArgumentBinder<io.micronaut.messaging.annotation.MessageHeader>
Binds headers from a
Message to a method argument annotated with
MessageHeader.- Since:
- 1.0.0
- Author:
- Elliott Pope
-
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
conversionServiceFields inherited from interface io.micronaut.core.order.Ordered
HIGHEST_PRECEDENCE, LOWEST_PRECEDENCE -
Constructor Summary
ConstructorsConstructorDescriptionDefaultHeaderArgumentBinder(io.micronaut.core.convert.ConversionService conversionService) Constructor. -
Method Summary
Methods inherited from class io.micronaut.jms.bind.AbstractJmsArgumentBinder
getOrderMethods inherited from class io.micronaut.core.bind.annotation.AbstractArgumentBinder
doBind, doBind, doConvert, doConvert, doResolve, getFallbackFormat
-
Constructor Details
-
DefaultHeaderArgumentBinder
public DefaultHeaderArgumentBinder(io.micronaut.core.convert.ConversionService conversionService) Constructor.- Parameters:
conversionService- conversionService
-
-
Method Details
-
bind
-
getAnnotationType
-