Package io.micronaut.nats.bind
Class NatsDefaultBinder
java.lang.Object
io.micronaut.nats.bind.NatsDefaultBinder
- All Implemented Interfaces:
- io.micronaut.core.bind.ArgumentBinder<Object,,- io.nats.client.Message> - NatsArgumentBinder<Object>
The default binder for binding an argument from the 
Message
 that is used if no other binder supports the argument.- Since:
- 1.0.0
- Author:
- jgrimm
- 
Nested Class SummaryNested classes/interfaces inherited from interface io.micronaut.core.bind.ArgumentBinderio.micronaut.core.bind.ArgumentBinder.BindingResult<T extends Object>
- 
Constructor SummaryConstructors
- 
Method SummaryMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface io.micronaut.core.bind.ArgumentBindercreateSpecific
- 
Constructor Details- 
NatsDefaultBinderDefault constructor.- Parameters:
- bodyBinder- Bodybinder
 
 
- 
- 
Method Details