final class MissingPlexusBean<T> extends java.lang.Object implements PlexusBean<T>
Map.Entry
representing a missing @Named
Plexus bean.Modifier and Type | Field and Description |
---|---|
private java.lang.String |
hint |
private com.google.inject.TypeLiteral<T> |
role |
Constructor and Description |
---|
MissingPlexusBean(com.google.inject.TypeLiteral<T> role,
java.lang.String hint) |
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() |
private final com.google.inject.TypeLiteral<T> role
private final java.lang.String hint
MissingPlexusBean(com.google.inject.TypeLiteral<T> role, java.lang.String hint)
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