ValueT
- The expected type of the value.public interface DestinationPropertyKey<ValueT>
DestinationProperties
as well as a function to convert the returned
Object
into a concrete type.
Primarily used as a parameter for the DestinationProperties.get(DestinationPropertyKey)
method.
Modifier and Type | Method and Description |
---|---|
Function<Object,ValueT> |
getFromMapConversion()
Getter for the function to convert the value contained in a
DestinationProperties object into a concrete
type. |
String |
getKeyName()
Getter for the name of the key to retrieve the value for.
|
@Nonnull String getKeyName()
@Nonnull Function<Object,ValueT> getFromMapConversion()
DestinationProperties
object into a concrete
type.Copyright © 2019 SAP SE. All rights reserved.