Uses of Class
com.google.inject.ConfigurationException
-
Packages that use ConfigurationException Package Description com.google.inject Google Guice (pronounced "juice") is an ultra-lightweight dependency injection framework.com.google.inject.assistedinject Extension for combining factory interfaces with injection; this extension requiresguice-assistedinject.jar
.com.google.inject.internal Guice (sounds like "juice")com.google.inject.spi Guice service provider interface -
-
Uses of ConfigurationException in com.google.inject
Methods in com.google.inject that return ConfigurationException Modifier and Type Method Description ConfigurationException
ConfigurationException. withPartialValue(java.lang.Object partialValue)
Returns a copy of this configuration exception with the specified partial value. -
Uses of ConfigurationException in com.google.inject.assistedinject
Methods in com.google.inject.assistedinject that return ConfigurationException Modifier and Type Method Description private static ConfigurationException
FactoryProvider. newConfigurationException(java.lang.String format, java.lang.Object... args)
Deprecated.Methods in com.google.inject.assistedinject with parameters of type ConfigurationException Modifier and Type Method Description private boolean
FactoryProvider2. isTypeNotSpecified(TypeLiteral<?> typeLiteral, ConfigurationException ce)
Returns true if the ConfigurationException is due to an error of TypeLiteral not being fully specified. -
Uses of ConfigurationException in com.google.inject.internal
Methods in com.google.inject.internal with parameters of type ConfigurationException Modifier and Type Method Description private void
BindingBuilder. copyErrorsToBinder(ConfigurationException e)
-
Uses of ConfigurationException in com.google.inject.spi
Methods in com.google.inject.spi that throw ConfigurationException Modifier and Type Method Description java.util.Set<InjectionPoint>
InjectionRequest. getInjectionPoints()
Returns the instance methods and fields ofinstance
that will be injected to fulfill this request.java.util.Set<InjectionPoint>
StaticInjectionRequest. getInjectionPoints()
Returns the static methods and fields oftype
that will be injected to fulfill this request.
-