Class ThrowingProviderBinder.SecondaryBinder<P extends CheckedProvider,T>
- java.lang.Object
-
- com.google.inject.throwingproviders.ThrowingProviderBinder.SecondaryBinder<P,T>
-
- Enclosing class:
- ThrowingProviderBinder
public class ThrowingProviderBinder.SecondaryBinder<P extends CheckedProvider,T> extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description SecondaryBinder(java.lang.Class<P> interfaceType, java.lang.reflect.Type valueType)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ThrowingProviderBinder.SecondaryBinder<P,T>
annotatedWith(java.lang.annotation.Annotation annotation)
ThrowingProviderBinder.SecondaryBinder<P,T>
annotatedWith(java.lang.Class<? extends java.lang.annotation.Annotation> annotationType)
ScopedBindingBuilder
providing(TypeLiteral<? extends T> cxtorLiteral)
ScopedBindingBuilder
providing(java.lang.Class<? extends T> cxtorClass)
ThrowingProviderBinder.SecondaryBinder<P,T>
scopeExceptions(boolean scopeExceptions)
Determines if exceptions should be scoped.ScopedBindingBuilder
to(Key<? extends P> targetKey)
ScopedBindingBuilder
to(java.lang.Class<? extends P> targetType)
ScopedBindingBuilder
to(P target)
-
-
-
Constructor Detail
-
SecondaryBinder
public SecondaryBinder(java.lang.Class<P> interfaceType, java.lang.reflect.Type valueType)
-
-
Method Detail
-
annotatedWith
public ThrowingProviderBinder.SecondaryBinder<P,T> annotatedWith(java.lang.Class<? extends java.lang.annotation.Annotation> annotationType)
-
annotatedWith
public ThrowingProviderBinder.SecondaryBinder<P,T> annotatedWith(java.lang.annotation.Annotation annotation)
-
scopeExceptions
public ThrowingProviderBinder.SecondaryBinder<P,T> scopeExceptions(boolean scopeExceptions)
Determines if exceptions should be scoped. By default exceptions are scoped.- Parameters:
scopeExceptions
- whether exceptions should be scoped.- Since:
- 4.0
-
to
public ScopedBindingBuilder to(P target)
-
to
public ScopedBindingBuilder to(java.lang.Class<? extends P> targetType)
-
providing
public ScopedBindingBuilder providing(java.lang.Class<? extends T> cxtorClass)
- Since:
- 4.0
-
providing
public ScopedBindingBuilder providing(TypeLiteral<? extends T> cxtorLiteral)
- Since:
- 4.0
-
to
public ScopedBindingBuilder to(Key<? extends P> targetKey)
-
-