Guice
Filter by API Level:
Guice_3.0
Guice_2.0
Guice_1.0
Package Index
|
Class Index
com.google.inject
com.google.inject.assistedinject
com.google.inject.binder
com.google.inject.grapher
com.google.inject.grapher.graphviz
com.google.inject.jndi
com.google.inject.matcher
com.google.inject.multibindings
com.google.inject.name
com.google.inject.persist
com.google.inject.persist.finder
com.google.inject.persist.jpa
com.google.inject.servlet
com.google.inject.spi
com.google.inject.spring
com.google.inject.throwingproviders
com.google.inject.tools.jmx
com.google.inject.util
Interfaces
CheckedProvider
<T>
ThrowingProvider
<T, E extends Exception>
Classes
ThrowingProviderBinder
ThrowingProviderBinder.SecondaryBinder
<P extends
CheckedProvider
>
Annotations
CheckedProvides
Package Index
|
Class Index
Use Tree Navigation
Use Panel Navigation
Summary:
Ctors
|
Methods
|
Inherited Methods
|
[Expand All]
Since:
API Level Guice_2.0
public class
ThrowingProviderBinder.SecondaryBinder
extends Object
java.lang.Object
↳
com.google.inject.throwingproviders.ThrowingProviderBinder.SecondaryBinder<P extends
com.google.inject.throwingproviders.CheckedProvider
>
Summary
Public Constructors
ThrowingProviderBinder.SecondaryBinder
(Class<P> interfaceType, Type valueType)
Public Methods
SecondaryBinder
<P>
annotatedWith
(Class<? extends Annotation> annotationType)
SecondaryBinder
<P>
annotatedWith
(Annotation annotation)
ScopedBindingBuilder
to
(P target)
ScopedBindingBuilder
to
(
Key
<? extends P> targetKey)
ScopedBindingBuilder
to
(Class<? extends P> targetType)
[Expand]
Inherited Methods
From class java.lang.Object
Object
clone
()
boolean
equals
(Object arg0)
void
finalize
()
final Class<?>
getClass
()
int
hashCode
()
final void
notify
()
final void
notifyAll
()
String
toString
()
final void
wait
()
final void
wait
(long arg0)
final void
wait
(long arg0, int arg1)
Public Constructors
public
ThrowingProviderBinder.SecondaryBinder
(Class<P> interfaceType, Type valueType)
Since:
API Level Guice_2.0
Public Methods
public
SecondaryBinder
<P>
annotatedWith
(Class<? extends Annotation> annotationType)
Since:
API Level Guice_2.0
public
SecondaryBinder
<P>
annotatedWith
(Annotation annotation)
Since:
API Level Guice_2.0
public
ScopedBindingBuilder
to
(P target)
Since:
API Level Guice_2.0
public
ScopedBindingBuilder
to
(
Key
<? extends P> targetKey)
Since:
API Level Guice_2.0
public
ScopedBindingBuilder
to
(Class<? extends P> targetType)
Since:
API Level Guice_2.0