Interface DashboardComponentData

All Known Implementing Classes:
JsonDashboardComponentData, KeyValueListDashboardComponentData, MultipleValuesKeyValueListDashboardComponentData, SingleValueDashboardComponentData, TableDashboardComponentData

public interface DashboardComponentData
  • Method Summary

    Modifier and Type
    Method
    Description
     
    com.fasterxml.jackson.databind.JsonNode
    toJson(com.fasterxml.jackson.databind.ObjectMapper objectMapper)
     
  • Method Details

    • getType

      String getType()
    • toJson

      com.fasterxml.jackson.databind.JsonNode toJson(com.fasterxml.jackson.databind.ObjectMapper objectMapper)