Skip navigation links
C G K O T V 

C

com.sap.cloud.environment.servicebinding.api - package com.sap.cloud.environment.servicebinding.api
 
com.sap.cloud.environment.servicebinding.api.exception - package com.sap.cloud.environment.servicebinding.api.exception
 
containsKey(String) - Method in class com.sap.cloud.environment.servicebinding.api.TypedMapView
Checks whether the given key is contained in this TypedMapView.

G

get(int) - Method in class com.sap.cloud.environment.servicebinding.api.TypedListView
Returns the item at the given index.
get(String) - Method in class com.sap.cloud.environment.servicebinding.api.TypedMapView
Returns the entry that is stored under the given key.
getActualObject() - Method in exception com.sap.cloud.environment.servicebinding.api.exception.ValueCastException
Returns an Optional that might contain the object (if present) that should have been cast.
getActualType() - Method in exception com.sap.cloud.environment.servicebinding.api.exception.ValueCastException
Returns an Optional that might contain the actual Class of the object (if present) that should have been cast.
getBoolean(int) - Method in class com.sap.cloud.environment.servicebinding.api.TypedListView
Returns the item at the given index as a boolean.
getBoolean(String) - Method in class com.sap.cloud.environment.servicebinding.api.TypedMapView
Returns the entry that is stored under the given key as a boolean.
getDouble(int) - Method in class com.sap.cloud.environment.servicebinding.api.TypedListView
Returns the item at the given index as a double.
getDouble(String) - Method in class com.sap.cloud.environment.servicebinding.api.TypedMapView
Returns the entry that is stored under the given key as a double.
getEntries(Class<? extends T>) - Method in class com.sap.cloud.environment.servicebinding.api.TypedMapView
Returns a Map of entries (including their key) that are of the given entryType - including sub-types.
getInteger(int) - Method in class com.sap.cloud.environment.servicebinding.api.TypedListView
Returns the item at the given index as an int.
getInteger(String) - Method in class com.sap.cloud.environment.servicebinding.api.TypedMapView
Returns the entry that is stored under the given key as an int.
getItems(Class<? extends T>) - Method in class com.sap.cloud.environment.servicebinding.api.TypedListView
Returns all items that are of the given itemType - including sub-types.
getKeys() - Method in class com.sap.cloud.environment.servicebinding.api.TypedMapView
Returns an immutable Set of keys, which are contained in this TypedMapView.
getListView(int) - Method in class com.sap.cloud.environment.servicebinding.api.TypedListView
Returns the item at the given index as a TypedListView.
getListView(String) - Method in class com.sap.cloud.environment.servicebinding.api.TypedMapView
Returns the entry that is stored under the given key as a TypedListView.
getMapView(int) - Method in class com.sap.cloud.environment.servicebinding.api.TypedListView
Returns the item at the given index as a TypedMapView.
getMapView(String) - Method in class com.sap.cloud.environment.servicebinding.api.TypedMapView
Returns the entry that is stored under the given key as a TypedMapView.
getNumber(int) - Method in class com.sap.cloud.environment.servicebinding.api.TypedListView
Returns the item at the given index as a Number.
getNumber(String) - Method in class com.sap.cloud.environment.servicebinding.api.TypedMapView
Returns the entry that is stored under the given key as a Number.
getRequestedKey() - Method in exception com.sap.cloud.environment.servicebinding.api.exception.KeyNotFoundException
Returns the requested key that wasn't found.
getRequestedType() - Method in exception com.sap.cloud.environment.servicebinding.api.exception.ValueCastException
Returns the Class that was requested as the target type.
getSize() - Method in class com.sap.cloud.environment.servicebinding.api.TypedListView
Returns the size of the underlying List.
getString(int) - Method in class com.sap.cloud.environment.servicebinding.api.TypedListView
Returns the item at the given index as a String.
getString(String) - Method in class com.sap.cloud.environment.servicebinding.api.TypedMapView
Returns the entry that is stored under the given key as a String.
getTypedMapView() - Method in exception com.sap.cloud.environment.servicebinding.api.exception.KeyNotFoundException
Returns the queried TypedMapView.

K

KeyNotFoundException - Exception in com.sap.cloud.environment.servicebinding.api.exception
A RuntimeException that is thrown if a specific key was not found in a TypedMapView.
KeyNotFoundException(TypedMapView, String) - Constructor for exception com.sap.cloud.environment.servicebinding.api.exception.KeyNotFoundException
Initializes a new KeyNotFoundException instance with a given typedMapView and requestedKey.

O

of(ServiceBinding) - Static method in class com.sap.cloud.environment.servicebinding.api.TypedMapView
Initializes a new TypedMapView instance from the given serviceBinding.
ofCredentials(ServiceBinding) - Static method in class com.sap.cloud.environment.servicebinding.api.TypedMapView
Initializes a new TypedMapView instance from the ServiceBinding.getCredentials() of the given serviceBinding.

T

TypedListView - Class in com.sap.cloud.environment.servicebinding.api
A utility class that allows type-safe access to items of a List.
TypedMapView - Class in com.sap.cloud.environment.servicebinding.api
A utility class that allows type-safe access to entries of a Map.

V

ValueCastException - Exception in com.sap.cloud.environment.servicebinding.api.exception
A RuntimeException that is thrown if a value cannot be cast to an expected target type.
ValueCastException(Class<?>, Object) - Constructor for exception com.sap.cloud.environment.servicebinding.api.exception.ValueCastException
Initializes a new ValueCastException instance with the given requestedType and the actualObject.
C G K O T V 
Skip navigation links

Copyright © 2024. All rights reserved.