Package | Description |
---|---|
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
|
Modifier and Type | Method and Description |
---|---|
protected void |
PrivateModule.convertToTypes(Matcher<? super TypeLiteral<?>> typeMatcher,
TypeConverter converter) |
void |
Binder.convertToTypes(Matcher<? super TypeLiteral<?>> typeMatcher,
TypeConverter converter)
Binds a type converter.
|
protected void |
AbstractModule.convertToTypes(Matcher<? super TypeLiteral<?>> typeMatcher,
TypeConverter converter) |
Modifier and Type | Method and Description |
---|---|
private static <T> void |
TypeConverterBindingProcessor.convertToClass(InjectorImpl injector,
java.lang.Class<T> type,
TypeConverter converter) |
private static void |
TypeConverterBindingProcessor.convertToClasses(InjectorImpl injector,
Matcher<? super java.lang.Class<?>> typeMatcher,
TypeConverter converter) |
private static void |
TypeConverterBindingProcessor.internalConvertToTypes(InjectorImpl injector,
Matcher<? super TypeLiteral<?>> typeMatcher,
TypeConverter converter) |
Modifier and Type | Field and Description |
---|---|
private TypeConverter |
TypeConverterBinding.typeConverter |
Modifier and Type | Method and Description |
---|---|
TypeConverter |
TypeConverterBinding.getTypeConverter() |
Modifier and Type | Method and Description |
---|---|
void |
Elements.RecordingBinder.convertToTypes(Matcher<? super TypeLiteral<?>> typeMatcher,
TypeConverter converter) |
Constructor and Description |
---|
TypeConverterBinding(java.lang.Object source,
Matcher<? super TypeLiteral<?>> typeMatcher,
TypeConverter typeConverter) |