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>
InheritingState.converters
Methods in com.google.inject.internal that return TypeConverterBindingModifier and TypeMethodDescriptionInheritingState.getConverter
(String stringValue, TypeLiteral<?> type, Errors errors, Object source) State.getConverter
(String stringValue, TypeLiteral<?> type, Errors errors, Object source) Returns the matching converter fortype
, or null if none match.InjectorImpl.ConvertedConstantBindingImpl.getTypeConverterBinding()
Methods in com.google.inject.internal that return types with arguments of type TypeConverterBindingModifier and TypeMethodDescriptionInheritingState.getConvertersThisLevel()
State.getConvertersThisLevel()
Returns all converters at this level only.InjectorImpl.getTypeConverterBindings()
InternalInjectorCreator.ToolStageInjector.getTypeConverterBindings()
Methods in com.google.inject.internal with parameters of type TypeConverterBindingModifier and TypeMethodDescriptionvoid
InheritingState.addConverter
(TypeConverterBinding typeConverterBinding) void
State.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.