Uses of Interface
com.google.inject.spi.TypeConverter
Packages that use TypeConverter
Package
Description
Google Guice (pronounced "juice") is an ultra-lightweight dependency injection framework.
Guice (sounds like "juice")
Guice service provider interface
-
Uses of TypeConverter in com.google.inject
Methods in com.google.inject with parameters of type TypeConverterModifier and TypeMethodDescriptionprotected void
AbstractModule.convertToTypes
(Matcher<? super TypeLiteral<?>> typeMatcher, TypeConverter converter) void
Binder.convertToTypes
(Matcher<? super TypeLiteral<?>> typeMatcher, TypeConverter converter) Binds a type converter.protected final void
PrivateModule.convertToTypes
(Matcher<? super TypeLiteral<?>> typeMatcher, TypeConverter converter) -
Uses of TypeConverter in com.google.inject.internal
Methods in com.google.inject.internal with parameters of type TypeConverterModifier and TypeMethodDescriptionprivate static <T> void
TypeConverterBindingProcessor.convertToClass
(InjectorImpl injector, Class<T> type, TypeConverter converter) private static void
TypeConverterBindingProcessor.convertToClasses
(InjectorImpl injector, Matcher<? super Class<?>> typeMatcher, TypeConverter converter) private static void
TypeConverterBindingProcessor.internalConvertToTypes
(InjectorImpl injector, Matcher<? super TypeLiteral<?>> typeMatcher, TypeConverter converter) -
Uses of TypeConverter in com.google.inject.spi
Fields in com.google.inject.spi declared as TypeConverterMethods in com.google.inject.spi that return TypeConverterMethods in com.google.inject.spi with parameters of type TypeConverterModifier and TypeMethodDescriptionvoid
Elements.RecordingBinder.convertToTypes
(Matcher<? super TypeLiteral<?>> typeMatcher, TypeConverter converter) Constructors in com.google.inject.spi with parameters of type TypeConverterModifierConstructorDescriptionTypeConverterBinding
(Object source, Matcher<? super TypeLiteral<?>> typeMatcher, TypeConverter typeConverter)