|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use TypeConverterBinding | |
|---|---|
| com.google.inject | Google Guice (pronounced "juice") is an ultra-lightweight dependency injection framework. |
| com.google.inject.internal | Guice (sounds like like "juice") |
| com.google.inject.spi | Guice service provider interface |
| Uses of TypeConverterBinding in com.google.inject |
|---|
| Methods in com.google.inject that return types with arguments of type TypeConverterBinding | |
|---|---|
Set<TypeConverterBinding> |
Injector.getTypeConverterBindings()
Returns a set containing all type converter bindings in the injector. |
| Uses of TypeConverterBinding in com.google.inject.internal |
|---|
| Methods in com.google.inject.internal with parameters of type TypeConverterBinding | |
|---|---|
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)
|
| Uses of TypeConverterBinding in com.google.inject.spi |
|---|
| Methods in com.google.inject.spi that return TypeConverterBinding | |
|---|---|
TypeConverterBinding |
ConvertedConstantBinding.getTypeConverterBinding()
Returns the type converter binding used to convert the constant. |
| Methods in com.google.inject.spi with parameters of type TypeConverterBinding | |
|---|---|
V |
ElementVisitor.visit(TypeConverterBinding binding)
Visit a registration of type converters for matching target types. |
V |
DefaultElementVisitor.visit(TypeConverterBinding typeConverterBinding)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||