Class ElementArgumentBinderRegistry

  • All Implemented Interfaces:
    io.micronaut.core.bind.ArgumentBinderRegistry<com.tangosol.net.topic.Subscriber.Element<?>>

    @Singleton
    public class ElementArgumentBinderRegistry
    extends java.lang.Object
    implements io.micronaut.core.bind.ArgumentBinderRegistry<com.tangosol.net.topic.Subscriber.Element<?>>
    An registry of ElementBinder instances.
    Since:
    1.0
    Author:
    Jonathan Knight
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method 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)  
      • 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.ArgumentBinderRegistry

        addRequestArgumentBinder
    • Constructor Detail

      • ElementArgumentBinderRegistry

        public ElementArgumentBinderRegistry​(ElementBinder<?>... binders)
        Creates the registry for the given binders.
        Parameters:
        binders - The binders
    • Method Detail

      • findArgumentBinder

        public <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)
        Specified by:
        findArgumentBinder in interface io.micronaut.core.bind.ArgumentBinderRegistry<com.tangosol.net.topic.Subscriber.Element<?>>