Uses of Class
com.google.inject.spi.TypeConverterBinding
Packages that use TypeConverterBinding
Package
Description
Google Guice (pronounced "juice") is an ultra-lightweight dependency injection framework.
Guice (sounds like "juice")
Guice service provider interface
-
Uses of TypeConverterBinding in com.google.inject
Methods in com.google.inject that return types with arguments of type TypeConverterBindingModifier and TypeMethodDescriptionInjector.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 TypeConverterBindingModifier and TypeMethodDescriptionErrors.ambiguousTypeConversion
(String stringValue, Object source, TypeLiteral<?> type, TypeConverterBinding a, TypeConverterBinding b) Errors.conversionError
(String stringValue, Object source, TypeLiteral<?> type, TypeConverterBinding typeConverterBinding, RuntimeException cause) Errors.conversionTypeError
(String stringValue, Object source, TypeLiteral<?> type, TypeConverterBinding typeConverterBinding, Object converted) 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 TypeConverterBindingModifier and TypeMethodDescriptionConvertedConstantBinding.getTypeConverterBinding()
Returns the type converter binding used to convert the constant.Methods in com.google.inject.spi with parameters of type TypeConverterBindingModifier and TypeMethodDescriptionDefaultElementVisitor.visit
(TypeConverterBinding typeConverterBinding) ElementVisitor.visit
(TypeConverterBinding binding) Visit a registration of type converters for matching target types.