Package | Description |
---|---|
org.wildfly.swarm.container.config | |
org.wildfly.swarm.spi.api | |
org.wildfly.swarm.spi.api.config |
Modifier and Type | Method and Description |
---|---|
Resolver<String> |
ConfigViewImpl.resolve(ConfigKey key) |
Modifier and Type | Method and Description |
---|---|
default Resolver<String> |
StageConfig.resolve(String name)
Deprecated.
|
Modifier and Type | Class and Description |
---|---|
class |
Builder<T> |
Modifier and Type | Method and Description |
---|---|
<N> Resolver<N> |
Builder.as(Class<N> clazz) |
<N> Resolver<N> |
Resolver.as(Class<N> clazz)
Retrieve a resolver capable of coercing to another simple type.
|
<N> Resolver<N> |
Builder.as(Class<N> clazz,
Converter<N> converter) |
<N> Resolver<N> |
Resolver.as(Class<N> clazz,
Converter<N> converter)
Retrieve a resolver capable of coering to another type.
|
Resolver<String> |
ConfigView.resolve(ConfigKey key) |
default Resolver<String> |
ConfigView.resolve(String name) |
Resolver<T> |
Builder.withDefault(T value) |
Resolver<T> |
Resolver.withDefault(T value)
Provide a default value to be provided in the case no value is currently bound.
|
Copyright © 2018 JBoss by Red Hat. All rights reserved.