Generated by
JDiff

Interface com.google.inject.spi.ConvertedConstantBinding

Changed Methods
Set<Dependency<?>> getDependencies() Changed from non-abstract to abstract. Returns a singleton set containing only the converted key.
Key<String> getSourceKey() Documentation changed from old to new.
Changed from non-abstract to abstract.
Returns the key for the source binding.
TypeConverterBinding getTypeConverterBinding() Changed from non-abstract to abstract. Returns the type converter binding used to convert the constant.
T getValue() Changed from non-abstract to abstract. Returns the converted value.