@Singleton
public class ElementArgumentBinderRegistry
extends java.lang.Object
implements io.micronaut.core.bind.ArgumentBinderRegistry<com.tangosol.net.topic.Subscriber.Element<?>>
ElementBinder
instances.Constructor and Description |
---|
ElementArgumentBinderRegistry(ElementBinder<?>... binders)
Creates the registry for the given binders.
|
Modifier and Type | Method and Description |
---|---|
<T> java.util.Optional<io.micronaut.core.bind.ArgumentBinder<T,com.tangosol.net.topic.Subscriber.Element<?>>> |
findArgumentBinder(io.micronaut.core.type.Argument<T> argument,
com.tangosol.net.topic.Subscriber.Element<?> source) |
public ElementArgumentBinderRegistry(ElementBinder<?>... binders)
binders
- The binderspublic <T> java.util.Optional<io.micronaut.core.bind.ArgumentBinder<T,com.tangosol.net.topic.Subscriber.Element<?>>> findArgumentBinder(io.micronaut.core.type.Argument<T> argument, com.tangosol.net.topic.Subscriber.Element<?> source)
findArgumentBinder
in interface io.micronaut.core.bind.ArgumentBinderRegistry<com.tangosol.net.topic.Subscriber.Element<?>>