Binding<T>, Element, HasDependenciespublic interface ConvertedConstantBinding<T> extends Binding<T>, HasDependencies
| Modifier and Type | Method | 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.
|
T |
getValue() |
Returns the converted value.
|
acceptScopingVisitor, acceptTargetVisitor, getKey, getProvideracceptVisitor, applyTo, getSourceT getValue()
Key<java.lang.String> getSourceKey()
java.util.Set<Dependency<?>> getDependencies()
getDependencies in interface HasDependencies