Interface PartialImport


  • public interface PartialImport
    A partial import, i.e. an element which is importable, proposed to the end user.
    • Method Detail

      • getKey

        String getKey()
        Gets the key. Must be unique across the whole application (you should prefix it, for instance "plugins/my-plugin").
        Returns:
        the key
      • toJson

        default Map<String,​ObjecttoJson()
        Jsonify this partial import for client-side
        Returns:
        the JSON representation of this partial import