Class MessageHeaderArgumentBinder
java.lang.Object
io.micronaut.core.bind.annotation.AbstractArgumentBinder<Object>
io.micronaut.jms.bind.AbstractJmsArgumentBinder<io.micronaut.messaging.annotation.MessageHeader>
io.micronaut.jms.bind.MessageHeaderArgumentBinder
- All Implemented Interfaces:
io.micronaut.core.bind.annotation.AnnotatedArgumentBinder<io.micronaut.messaging.annotation.MessageHeader, Object, jakarta.jms.Message>, io.micronaut.core.bind.ArgumentBinder<Object, jakarta.jms.Message>, io.micronaut.core.order.Ordered
public class MessageHeaderArgumentBinder
extends AbstractJmsArgumentBinder<io.micronaut.messaging.annotation.MessageHeader>
Binds the
MessageHeader annotation.- Since:
- 1.0.0
- Author:
- graemerocher
-
Nested Class Summary
Nested classes/interfaces inherited from interface io.micronaut.core.bind.ArgumentBinder
io.micronaut.core.bind.ArgumentBinder.BindingResult<T> -
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
ConstructorsConstructorDescriptionMessageHeaderArgumentBinder(io.micronaut.core.convert.ConversionService conversionService) Constructor. -
Method Summary
Methods inherited from class AbstractJmsArgumentBinder
getOrderMethods inherited from class io.micronaut.core.bind.annotation.AbstractArgumentBinder
doBind, doBind, doBind, doBind, doConvert, doConvert, doResolve, doResolve, getFallbackFormat, getParameterName, resolvedParameterNameMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface io.micronaut.core.bind.ArgumentBinder
createSpecific
-
Constructor Details
-
MessageHeaderArgumentBinder
public MessageHeaderArgumentBinder(io.micronaut.core.convert.ConversionService conversionService) Constructor.- Parameters:
conversionService- conversionService
-
-
Method Details
-
bind
-
getAnnotationType
-