com.vaadin.flow.internal.

Interface DebugWindowData

  • All Superinterfaces:

    Serializable

    All Known Implementing Classes:

    ProductAndMessage, ServerInfo

    Functional Interface:

    This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.


    @FunctionalInterface
    public interface DebugWindowData
    extends Serializable

    Defines data that can be converted to a JSON message and sent to the debug window.

    • Method Summary

      All Methods
      Modifier and Type Method and Description
      String toJson()

      Converts data object to a JSON string.

    • Method Detail

      • toJson

        String toJson()

        Converts data object to a JSON string.

        Returns:

        JSON representation if the debug window data.