| Package | Description |
|---|---|
| org.symphonyoss.s2.fugue.di | |
| org.symphonyoss.s2.fugue.di.impl |
| Modifier and Type | Method and Description |
|---|---|
static Cardinality |
Cardinality.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Cardinality[] |
Cardinality.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Cardinality |
Dependency.getCardinality() |
| Modifier and Type | Method and Description |
|---|---|
<T> ComponentDescriptor |
ComponentDescriptor.addDependency(Class<T> requiredInterface,
IBinder<T> binder,
Cardinality cardinality)
Add a dependency.
|
| Constructor and Description |
|---|
Dependency(Class<T> requiredInterface,
IBinder<T> binder,
Cardinality cardinality) |
Copyright © 2018 Symphony Software Foundation. All rights reserved.