| Package | Description |
|---|---|
| org.symphonyoss.s2.fugue.di | |
| org.symphonyoss.s2.fugue.di.component | |
| org.symphonyoss.s2.fugue.di.component.impl |
| Modifier and Type | Method and Description |
|---|---|
IDIContext |
IDIContext.register(IComponent component)
Register the given component in the context.
|
DIContext |
DIContext.register(IComponent component) |
boolean |
IDIContext.resolveAdditionalComponent(IComponent component)
Resolve an additional component.
|
boolean |
DIContext.resolveAdditionalComponent(IComponent component) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
ILogComponent
A logging component.
|
interface |
IRandomNumberProvider
A source of random data.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultLogComponent
The default implementation of ILogComponent.
|
class |
RandomNumberProvider
A component which provides an instance of a SecureRandom.
|
class |
Slf4jLogComponent
An SLF4J implementation of ILogComponent.
|
Copyright © 2018 Symphony Software Foundation. All rights reserved.