|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use InjectionConfiguration | |
|---|---|
| com.atlassian.pageobjects.binder | The default binder implementation, InjectPageBinder, supporting javax.inject.Inject annotations and lifecycle methods. |
| com.atlassian.pageobjects.inject | |
| Uses of InjectionConfiguration in com.atlassian.pageobjects.binder |
|---|
| Methods in com.atlassian.pageobjects.binder that return InjectionConfiguration | |
|---|---|
InjectionConfiguration |
InjectPageBinder.configure()
|
| Uses of InjectionConfiguration in com.atlassian.pageobjects.inject |
|---|
| Classes in com.atlassian.pageobjects.inject that implement InjectionConfiguration | |
|---|---|
class |
AbstractInjectionConfiguration
Abstract implementation of InjectionConfiguration. |
| Methods in com.atlassian.pageobjects.inject that return InjectionConfiguration | ||
|---|---|---|
|
AbstractInjectionConfiguration.addImplementation(java.lang.Class<I> interfaceType,
java.lang.Class<? extends I> implementationType)
|
|
|
InjectionConfiguration.addImplementation(java.lang.Class<I> interfaceType,
java.lang.Class<? extends I> implementationType)
Add mapping from interface to a concrete implementation. |
|
|
AbstractInjectionConfiguration.addSingleton(java.lang.Class<C> type,
I instance)
|
|
|
InjectionConfiguration.addSingleton(java.lang.Class<C> type,
I instance)
Add mapping from a type to a singleton instance of this type that shall be used for injection in given context. |
|
InjectionConfiguration |
ConfigurableInjectionContext.configure()
Get an injection configuration object that may be used to add/override objects in this injection context. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||