public interface ConvertedConstantBinding<T> extends Binding<T>, HasDependencies
Modifier and Type | Method and Description |
---|---|
java.util.Set<Dependency<?>> |
getDependencies()
Returns a singleton set containing only the converted key.
|
Key<java.lang.String> |
getSourceKey()
Returns the key for the source binding.
|
TypeConverterBinding |
getTypeConverterBinding()
Returns the type converter binding used to convert the constant.
|
T |
getValue()
Returns the converted value.
|
acceptScopingVisitor, acceptTargetVisitor, getKey, getProvider
acceptVisitor, applyTo, getSource
T getValue()
TypeConverterBinding getTypeConverterBinding()
Key<java.lang.String> getSourceKey()
Injector.getBinding(key)
.java.util.Set<Dependency<?>> getDependencies()
getDependencies
in interface HasDependencies