Class JsonLiteral

java.lang.Object
de.businesscode.bcdui.upload.data.steps.JsonLiteral

public class JsonLiteral extends Object
JSON literal helper to write safe JSON object
  • Constructor Details

    • JsonLiteral

      public JsonLiteral()
  • Method Details

    • set

      public JsonLiteral set(String property, Object value)
      sets property
      Parameters:
      property - - plain property map i.e. "key", dotted not allowed
      value -
      Returns:
    • toJSONString

      public String toJSONString()
      Returns:
      current state as JSON