Uses of Class
com.sap.cloud.sdk.typeconverter.ConvertedObject
Packages that use ConvertedObject
-
Uses of ConvertedObject in com.sap.cloud.sdk.typeconverter
Methods in com.sap.cloud.sdk.typeconverter that return ConvertedObjectModifier and TypeMethodDescriptionfinal ConvertedObject<T>AbstractTypeConverter.fromDomain(DomainT domainObject) TypeConverter.fromDomain(DomainT domainObject) Transforms the given domain-specific object to the general object.abstract ConvertedObject<T>AbstractTypeConverter.fromDomainNonNull(DomainT domainObject) Actual converter implementation from a domain-specific object to an arbitrary type.static <T> ConvertedObject<T>ConvertedObject.of(T convertedObject) Creates aConvertedObjectcontaining the given object as its value.static <T> ConvertedObject<T>ConvertedObject.ofNotConvertible()Creates aConvertedObjectcontainingnullas its value.static <T> ConvertedObject<T>ConvertedObject.ofNull()Creates aConvertedObjectcontainingnullas its value.final ConvertedObject<DomainT>Transforms the given object to its domain-specific counterpart.abstract ConvertedObject<DomainT>AbstractTypeConverter.toDomainNonNull(T object) Actual converter implementation from an arbitrary object to its domain-specific counterpart.