Class Introspection.InvokerEntry<I extends Introspection.Invoker>

  • Type Parameters:
    I - Invoker type.
    Enclosing class:
    Introspection

    public static class Introspection.InvokerEntry<I extends Introspection.Invoker>
    extends java.lang.Object
    This class represents the object returned by the invoker filter.
    • Constructor Summary

      Constructors 
      Constructor Description
      InvokerEntry​(java.lang.String key, I invoker, java.lang.String... aliases)  
    • Method Summary

      Modifier and Type Method Description
      java.lang.String[] getAliases()
      Return the aliases array.
      I getInvoker()
      Return the value of the entry.
      java.lang.String getKey()
      Return the key of the entry.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • InvokerEntry

        public InvokerEntry​(java.lang.String key,
                            I invoker,
                            java.lang.String... aliases)
    • Method Detail

      • getKey

        public java.lang.String getKey()
        Return the key of the entry.
        Returns:
        Key of the entry.
      • getInvoker

        public I getInvoker()
        Return the value of the entry.
        Returns:
        Value of the entry.
      • getAliases

        public java.lang.String[] getAliases()
        Return the aliases array.
        Returns:
        Aliases array.