Class DestinationPropertyKey<ValueT>

java.lang.Object
com.sap.cloud.sdk.cloudplatform.connectivity.DestinationPropertyKey<ValueT>
Type Parameters:
ValueT - The data type of the value stored.

public class DestinationPropertyKey<ValueT> extends Object
Class used as key to access destination properties, which are stored as key-value-pairs.
Since:
4.3.0
  • Method Details

    • get

      @Nonnull public io.vavr.control.Option<ValueT> get(@Nonnull Map<String,Object> properties)
      Returns the typed value of the DestinationPropertyKey
      Parameters:
      properties - The map of properties of the destination.
      Returns:
      the typed value of the key.
    • toString

      @Nonnull public String toString()
      Overrides:
      toString in class Object
    • getKeyName

      @Nonnull public String getKeyName()
    • getFromMapConversion

      @Nonnull public Function<Object,ValueT> getFromMapConversion()