public interface AddOnValueProvider
AddOnValueProviderRegistry.| Modifier and Type | Method and Description |
|---|---|
<T> java.util.Optional<T> |
getValue(java.lang.String key,
java.lang.Class<T> type)
Returns an
Optional for the given key that contains the value if present. |
<T> java.util.Optional<T> getValue(java.lang.String key,
java.lang.Class<T> type)
Optional for the given key that contains the value if present.key - the key to retrieve the value fortype - the expected type of the valueOptional that either contains the value or is empty if key or type don't matchCopyright © 2018 SAP SE. All Rights Reserved.