Class ProviderIterableAdapter.ProviderEntry<K extends java.lang.annotation.Annotation,​V>

  • All Implemented Interfaces:
    java.util.Map.Entry<K,​javax.inject.Provider<V>>
    Enclosing class:
    ProviderIterableAdapter<K extends java.lang.annotation.Annotation,​V>

    private static final class ProviderIterableAdapter.ProviderEntry<K extends java.lang.annotation.Annotation,​V>
    extends java.lang.Object
    implements java.util.Map.Entry<K,​javax.inject.Provider<V>>
    Provider Map.Entry backed by a BeanEntry.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private BeanEntry<K,​V> entry  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      K getKey()  
      javax.inject.Provider<V> getValue()  
      javax.inject.Provider<V> setValue​(javax.inject.Provider<V> value)  
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
      • Methods inherited from interface java.util.Map.Entry

        equals, hashCode
    • Field Detail

      • entry

        private final BeanEntry<K extends java.lang.annotation.Annotation,​V> entry
    • Constructor Detail

      • ProviderEntry

        ProviderEntry​(BeanEntry<K,​V> entry)
    • Method Detail

      • getKey

        public K getKey()
        Specified by:
        getKey in interface java.util.Map.Entry<K extends java.lang.annotation.Annotation,​V>
      • getValue

        public javax.inject.Provider<V> getValue()
        Specified by:
        getValue in interface java.util.Map.Entry<K extends java.lang.annotation.Annotation,​V>
      • setValue

        public javax.inject.Provider<V> setValue​(javax.inject.Provider<V> value)
        Specified by:
        setValue in interface java.util.Map.Entry<K extends java.lang.annotation.Annotation,​V>
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object