Interface WebResourceDataProvider

All Superinterfaces:
Supplier<com.atlassian.json.marshal.Jsonable>

public interface WebResourceDataProvider extends Supplier<com.atlassian.json.marshal.Jsonable>
Interface for providing JSON data to a client.

Instances of this class are constructed at plugin enablement time.

Since:
v3.0
  • Method Summary

    Methods inherited from interface java.util.function.Supplier

    get