Package | Description |
---|---|
com.google.inject |
Google Guice (pronounced "juice") is an ultra-lightweight dependency injection framework.
|
com.google.inject.internal |
Guice (sounds like "juice")
|
com.google.inject.spi |
Guice service provider interface
|
Modifier and Type | Method | Description |
---|---|---|
Set<TypeConverterBinding> |
Injector.getTypeConverterBindings() |
Returns a set containing all type converter bindings in the injector.
|
Modifier and Type | Method | Description |
---|---|---|
Errors |
Errors.ambiguousTypeConversion(String stringValue,
Object source,
TypeLiteral<?> type,
TypeConverterBinding a,
TypeConverterBinding b) |
|
Errors |
Errors.conversionError(String stringValue,
Object source,
TypeLiteral<?> type,
TypeConverterBinding typeConverterBinding,
RuntimeException cause) |
|
Errors |
Errors.conversionTypeError(String stringValue,
Object source,
TypeLiteral<?> type,
TypeConverterBinding typeConverterBinding,
Object converted) |
|
Errors |
Errors.converterReturnedNull(String stringValue,
Object source,
TypeLiteral<?> type,
TypeConverterBinding typeConverterBinding) |
Modifier and Type | Method | Description |
---|---|---|
TypeConverterBinding |
ConvertedConstantBinding.getTypeConverterBinding() |
Returns the type converter binding used to convert the constant.
|
Modifier and Type | Method | Description |
---|---|---|
V |
DefaultElementVisitor.visit(TypeConverterBinding typeConverterBinding) |
|
V |
ElementVisitor.visit(TypeConverterBinding binding) |
Visit a registration of type converters for matching target types.
|
Copyright © 2006–2018 Google, Inc.. All rights reserved.