Uses of Class
com.google.inject.spi.TypeConverterBinding
-
Packages that use TypeConverterBinding Package Description com.google.inject Google Guice (pronounced "juice") is an ultra-lightweight dependency injection framework.com.google.inject.internal Guice (sounds like "juice")com.google.inject.spi Guice service provider interface -
-
Uses of TypeConverterBinding in com.google.inject
Methods in com.google.inject that return types with arguments of type TypeConverterBinding Modifier and Type Method Description java.util.Set<TypeConverterBinding>Injector. 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 TypeConverterBinding Modifier and Type Field Description (package private) TypeConverterBindingInjectorImpl.ConvertedConstantBindingImpl. typeConverterBindingFields in com.google.inject.internal with type parameters of type TypeConverterBinding Modifier and Type Field Description private java.util.List<TypeConverterBinding>InheritingState. convertersMethods in com.google.inject.internal that return TypeConverterBinding Modifier and Type Method Description TypeConverterBindingInheritingState. getConverter(java.lang.String stringValue, TypeLiteral<?> type, Errors errors, java.lang.Object source)TypeConverterBindingState. getConverter(java.lang.String stringValue, TypeLiteral<?> type, Errors errors, java.lang.Object source)Returns the matching converter fortype, or null if none match.TypeConverterBindingInjectorImpl.ConvertedConstantBindingImpl. getTypeConverterBinding()Methods in com.google.inject.internal that return types with arguments of type TypeConverterBinding Modifier and Type Method Description java.lang.Iterable<TypeConverterBinding>InheritingState. getConvertersThisLevel()java.lang.Iterable<TypeConverterBinding>State. getConvertersThisLevel()Returns all converters at this level only.java.util.Set<TypeConverterBinding>InjectorImpl. getTypeConverterBindings()java.util.Set<TypeConverterBinding>InternalInjectorCreator.ToolStageInjector. getTypeConverterBindings()Methods in com.google.inject.internal with parameters of type TypeConverterBinding Modifier and Type Method Description voidInheritingState. addConverter(TypeConverterBinding typeConverterBinding)voidState. addConverter(TypeConverterBinding typeConverterBinding)ErrorsErrors. ambiguousTypeConversion(java.lang.String stringValue, java.lang.Object source, TypeLiteral<?> type, TypeConverterBinding a, TypeConverterBinding b)ErrorsErrors. conversionError(java.lang.String stringValue, java.lang.Object source, TypeLiteral<?> type, TypeConverterBinding typeConverterBinding, java.lang.RuntimeException cause)ErrorsErrors. conversionTypeError(java.lang.String stringValue, java.lang.Object source, TypeLiteral<?> type, TypeConverterBinding typeConverterBinding, java.lang.Object converted)ErrorsErrors. converterReturnedNull(java.lang.String stringValue, java.lang.Object source, TypeLiteral<?> type, TypeConverterBinding typeConverterBinding)java.lang.BooleanTypeConverterBindingProcessor. visit(TypeConverterBinding command)Constructors in com.google.inject.internal with parameters of type TypeConverterBinding Constructor Description ConvertedConstantBindingImpl(InjectorImpl injector, Key<T> key, T value, Binding<java.lang.String> originalBinding, TypeConverterBinding typeConverterBinding) -
Uses of TypeConverterBinding in com.google.inject.spi
Methods in com.google.inject.spi that return TypeConverterBinding Modifier and Type Method Description TypeConverterBindingConvertedConstantBinding. getTypeConverterBinding()Returns the type converter binding used to convert the constant.Methods in com.google.inject.spi with parameters of type TypeConverterBinding Modifier and Type Method Description VDefaultElementVisitor. visit(TypeConverterBinding typeConverterBinding)VElementVisitor. visit(TypeConverterBinding binding)Visit a registration of type converters for matching target types.
-