java.lang.Object
org.springframework.modulith.core.util.Json

class Json extends Object
Helper to render a Map as JSON. Key need to be Object.toString()-able, values need to be Object.toString()-able, too, be an enum, a Collection or Map.
Author:
Oliver Drotbohm
  • Constructor Details

    • Json

      Json()
  • Method Details