org.sonatype.inject.BeanEntry<Q extends java.lang.annotation.Annotation, T> |
Summary
[Expand]
Inherited Methods |
From interface
java.util.Map.Entry
abstract
static
<K, V>
Comparator<Entry<K, V>>
|
comparingByKey(Comparator<? super K> arg0)
|
abstract
static
<K extends Comparable<? super K>, V>
Comparator<Entry<K, V>>
|
comparingByKey()
|
abstract
static
<K, V>
Comparator<Entry<K, V>>
|
comparingByValue(Comparator<? super V> arg0)
|
abstract
static
<K, V extends Comparable<? super V>>
Comparator<Entry<K, V>>
|
comparingByValue()
|
abstract
boolean
|
equals(Object arg0)
|
abstract
K
|
getKey()
|
abstract
V
|
getValue()
|
abstract
int
|
hashCode()
|
abstract
V
|
setValue(V arg0)
|
|
From interface
org.eclipse.sisu.BeanEntry
abstract
String
|
getDescription()
Returns a human-readable description of the bean; see @ Description .
|
abstract
Class<T>
|
getImplementationClass()
Attempts to find the implementation type without creating the bean instance.
|
abstract
Q
|
getKey()
Returns the @Qualifier annotation associated with this particular bean.
|
abstract
Provider<T>
|
getProvider()
Returns the underlying Provider; may support creation of multiple instances.
|
abstract
int
|
getRank()
Returns the bean's rank; higher ranked beans override lower ranked beans.
|
abstract
Object
|
getSource()
Returns an arbitrary object that indicates where this bean was configured.
|
abstract
T
|
getValue()
Returns the associated instance of the bean; returns same instance for each call.
|
|