Package | Description |
---|---|
org.wildfly.clustering.service |
Modifier and Type | Interface and Description |
---|---|
interface |
ValueDependency<T>
Deprecated.
Replaced by
SupplierDependency . |
Modifier and Type | Class and Description |
---|---|
class |
FunctionSupplierDependency<T,R>
A
SupplierDependency that applies a mapping to the source dependency value. |
class |
ImmediateValueDependency<V>
Deprecated.
Replaced by
SimpleSupplierDependency . |
class |
InjectedValueDependency<T>
Deprecated.
Replaced by
ServiceSupplierDependency . |
class |
ServiceSupplierDependency<V>
Encapsulates a
Dependency on a Service that supplies a value. |
class |
SimpleSupplierDependency<V>
A
Dependency that supplies a static value |
Constructor and Description |
---|
FunctionSupplierDependency(SupplierDependency<T> dependency,
Function<T,R> mapper) |
Copyright © 2020 JBoss by Red Hat. All rights reserved.