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 voidAbstractModule.convertToTypes(Matcher<? super TypeLiteral<?>> typeMatcher, TypeConverter converter) voidBinder.convertToTypes(Matcher<? super TypeLiteral<?>> typeMatcher, TypeConverter converter) Binds a type converter.protected final voidPrivateModule.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> voidTypeConverterBindingProcessor.convertToClass(InjectorImpl injector, Class<T> type, TypeConverter converter) private static voidTypeConverterBindingProcessor.convertToClasses(InjectorImpl injector, Matcher<? super Class<?>> typeMatcher, TypeConverter converter) private static voidTypeConverterBindingProcessor.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 TypeMethodDescriptionvoidElements.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)