public interface ConfigurationValue
| Modifier and Type | Method and Description |
|---|---|
Optional<Boolean> |
asBoolean()
Retrieves the property value as a boolean.
|
Optional<Integer> |
asInt()
Retrieves the property value as an integer.
|
Optional<Long> |
asLong()
Retrieves the property value as a long.
|
Optional<String> |
asString()
Retrieves the property value as a string.
|
Optional<String> asString()
Optional<Integer> asInt()
Optional<Long> asLong()
Copyright © 2014. All rights reserved.