Interface TypedElementBinder<T>

  • Type Parameters:
    T - The target type
    All Superinterfaces:
    io.micronaut.core.bind.ArgumentBinder<T,​com.tangosol.net.topic.Subscriber.Element<?>>, ElementBinder<T>, io.micronaut.core.bind.TypeArgumentBinder<T,​com.tangosol.net.topic.Subscriber.Element<?>>

    public interface TypedElementBinder<T>
    extends io.micronaut.core.bind.TypeArgumentBinder<T,​com.tangosol.net.topic.Subscriber.Element<?>>, ElementBinder<T>
    Allows binding by type.
    Since:
    1.0
    Author:
    Jonathan Knight
    • Nested Class Summary

      • Nested classes/interfaces inherited from interface io.micronaut.core.bind.ArgumentBinder

        io.micronaut.core.bind.ArgumentBinder.BindingResult<T extends java.lang.Object>
    • Method Summary

      • Methods inherited from interface io.micronaut.core.bind.ArgumentBinder

        bind
      • Methods inherited from interface io.micronaut.core.bind.TypeArgumentBinder

        argumentType