Interface JsonMapable


public interface JsonMapable
marker interface. Signals this is a DTO which should be mapped from JSon if applies
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final com.fasterxml.jackson.databind.ObjectMapper
     
  • Method Summary

    Modifier and Type
    Method
    Description
    default com.eclipsesource.json.JsonObject
     
    default String
     
  • Field Details

    • mapper

      static final com.fasterxml.jackson.databind.ObjectMapper mapper
  • Method Details

    • toJsonString

      default String toJsonString()
    • toJson

      default com.eclipsesource.json.JsonObject toJson()