public interface ConvertedConstantBinding<T> extends Binding<T>, HasDependencies
| Modifier and Type | Method and Description |
|---|---|
Set |
getDependencies()
Returns a singleton set containing only the converted key.
|
Key |
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, getProvideracceptVisitor, applyTo, getSourceT getValue()
TypeConverterBindinggetTypeConverterBinding()
Key<String > getSourceKey()
Injector.getBinding(key).
Set<Dependency <?>> getDependencies()
getDependencies in interface
HasDependencies