Package com.sap.cloud.sdk.typeconverter


package com.sap.cloud.sdk.typeconverter
  • Class
    Description
    Abstract type converter base class for converting types to and from their domain-specific counterparts.
    Wrapper class enclosing the result of a conversion.
    TypeConverter<T,DomainT>
    Type converter for converting types to and from their domain-specific counterparts.
    Implementation of JsonDeserializer deserializing a JsonPrimitive to an object of type T using the given TypeConverter.