Class HcqlUtils

java.lang.Object
com.sap.cds.services.utils.hcql.HcqlUtils

public class HcqlUtils extends Object
  • Method Details

    • convertToType

      public static Object convertToType(com.sap.cds.reflect.CdsType type, com.fasterxml.jackson.databind.node.ObjectNode node, String name)
    • getValueAsString

      public static String getValueAsString(com.fasterxml.jackson.databind.node.ObjectNode node, String name, String defaultValue)
    • getValueAsString

      public static Optional<String> getValueAsString(com.fasterxml.jackson.databind.node.ObjectNode node, String name)