Uses of Interface
com.sap.cloud.sdk.result.ObjectExtractor
Packages that use ObjectExtractor
-
Uses of ObjectExtractor in com.sap.cloud.sdk.result
Classes in com.sap.cloud.sdk.result that implement ObjectExtractorModifier and TypeClassDescriptionclass
ObjectExtractor
implementation transforming a givenResultElement
to aBigDecimal
.class
ObjectExtractor
implementation transforming a givenResultElement
to aBigInteger
.class
ObjectExtractor
implementation transforming a givenResultElement
to aBoolean
.class
ObjectExtractor
implementation transforming a givenResultElement
to aByte
.class
ObjectExtractor
implementation transforming a givenResultElement
to aCharacter
.class
ObjectExtractor
implementation transforming a givenResultElement
to aDouble
.class
ObjectExtractor
implementation transforming a givenResultElement
to aFloat
.class
Extractor trying to generically extract an object out of a givenResultElement
.class
ObjectExtractor
implementation transforming a givenResultElement
to aInteger
.class
ObjectExtractor
implementation transforming a givenResultElement
to aLong
.class
This class implements the basicObjectExtractor
interface, offering a method to create an object by extracting arbitrary input data of typeResultElement
.class
ObjectExtractor
implementation transforming a givenResultElement
to aShort
.class
ObjectExtractor
implementation transforming a givenResultElement
to aString
.Constructors in com.sap.cloud.sdk.result with parameters of type ObjectExtractor