Package io.micronaut.jms.bind
Class DefaultMessageArgumentBinder
java.lang.Object
io.micronaut.core.bind.annotation.AbstractArgumentBinder<Object>
io.micronaut.jms.bind.AbstractJmsArgumentBinder<Message>
io.micronaut.jms.bind.DefaultMessageArgumentBinder
- All Implemented Interfaces:
io.micronaut.core.bind.annotation.AnnotatedArgumentBinder<Message,
,Object, jakarta.jms.Message> io.micronaut.core.bind.ArgumentBinder<Object,
,jakarta.jms.Message> io.micronaut.core.order.Ordered
Binds a
Message
to a method argument annotated with Message
.- Since:
- 1.0.0
- Author:
- Burt Beckwith
-
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
ConstructorsConstructorDescriptionDefaultMessageArgumentBinder
(io.micronaut.core.convert.ConversionService conversionService) 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, doBind, doBind, doConvert, doConvert, doResolve, doResolve, getFallbackFormat, getParameterName, resolvedParameterName
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface io.micronaut.core.bind.ArgumentBinder
createSpecific
-
Constructor Details
-
DefaultMessageArgumentBinder
public DefaultMessageArgumentBinder(io.micronaut.core.convert.ConversionService conversionService) Constructor.- Parameters:
conversionService
- conversionService
-
-
Method Details
-
bind
-
getAnnotationType
-