T
- The target generic type@Singleton public class ElementValueBinder<T> extends java.lang.Object implements AnnotatedElementBinder<io.micronaut.messaging.annotation.MessageBody,T>
element
.Constructor and Description |
---|
ElementValueBinder() |
Modifier and Type | Method and Description |
---|---|
java.lang.Class<io.micronaut.messaging.annotation.MessageBody> |
annotationType() |
io.micronaut.core.bind.ArgumentBinder.BindingResult<T> |
bind(io.micronaut.core.convert.ArgumentConversionContext<T> context,
com.tangosol.net.topic.Subscriber.Element<?> element) |
public java.lang.Class<io.micronaut.messaging.annotation.MessageBody> annotationType()
annotationType
in interface AnnotatedElementBinder<io.micronaut.messaging.annotation.MessageBody,T>
public io.micronaut.core.bind.ArgumentBinder.BindingResult<T> bind(io.micronaut.core.convert.ArgumentConversionContext<T> context, com.tangosol.net.topic.Subscriber.Element<?> element)
bind
in interface io.micronaut.core.bind.ArgumentBinder<T,com.tangosol.net.topic.Subscriber.Element<?>>