Interface JsonUtils


public interface JsonUtils
  • Method Summary

    Modifier and Type
    Method
    Description
    com.fasterxml.jackson.databind.ObjectMapper
     
    toJsonString(scala.Function1<com.fasterxml.jackson.core.JsonGenerator,scala.runtime.BoxedUnit> block)
     
  • Method Details

    • mapper

      com.fasterxml.jackson.databind.ObjectMapper mapper()
    • toJsonString

      String toJsonString(scala.Function1<com.fasterxml.jackson.core.JsonGenerator,scala.runtime.BoxedUnit> block)