final class LazyPlexusBean<T> extends java.lang.Object implements PlexusBean<T>
Map.Entry
representing a lazy @Named
Plexus bean; the bean is only retrieved when the value is requested.Modifier and Type | Field and Description |
---|---|
private BeanEntry<com.google.inject.name.Named,T> |
bean |
Constructor and Description |
---|
LazyPlexusBean(BeanEntry<com.google.inject.name.Named,T> bean) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getDescription() |
java.lang.Class<T> |
getImplementationClass() |
java.lang.String |
getKey() |
T |
getValue() |
T |
setValue(T value) |
java.lang.String |
toString() |
public java.lang.String getKey()
getKey
in interface java.util.Map.Entry<java.lang.String,T>
public T getValue()
getValue
in interface java.util.Map.Entry<java.lang.String,T>
public T setValue(T value)
setValue
in interface java.util.Map.Entry<java.lang.String,T>
public java.lang.String getDescription()
getDescription
in interface PlexusBean<T>
public java.lang.Class<T> getImplementationClass()
getImplementationClass
in interface PlexusBean<T>
public java.lang.String toString()
toString
in class java.lang.Object