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
Fields in com.google.inject.internal declared as TypeConverterBindingModifier and TypeFieldDescription(package private) final TypeConverterBinding
InjectorImpl.ConvertedConstantBindingImpl.typeConverterBinding
Fields in com.google.inject.internal with type parameters of type TypeConverterBindingModifier and TypeFieldDescriptionprivate final List
<TypeConverterBinding> InjectorBindingData.converters
Methods in com.google.inject.internal that return TypeConverterBindingModifier and TypeMethodDescriptionInjectorBindingData.getConverter
(String stringValue, TypeLiteral<?> type, Errors errors, Object source) InjectorImpl.ConvertedConstantBindingImpl.getTypeConverterBinding()
Methods in com.google.inject.internal that return types with arguments of type TypeConverterBindingModifier and TypeMethodDescriptionInjectorBindingData.getConvertersThisLevel()
InjectorImpl.getTypeConverterBindings()
InternalInjectorCreator.ToolStageInjector.getTypeConverterBindings()
Methods in com.google.inject.internal with parameters of type TypeConverterBindingModifier and TypeMethodDescriptionvoid
InjectorBindingData.addConverter
(TypeConverterBinding typeConverterBinding) Errors.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) TypeConverterBindingProcessor.visit
(TypeConverterBinding command) Constructors in com.google.inject.internal with parameters of type TypeConverterBindingModifierConstructorDescription(package private)
ConvertedConstantBindingImpl
(InjectorImpl injector, Key<T> key, T value, Binding<String> originalBinding, 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.