Interface PluginEndpoint


public interface PluginEndpoint
All classes implementing an endpoint for Lowcoder need to implement this interface.
Author:
ludomikula
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Interface
    Description
    static enum 
    Method used in EndpointExtension for specifying endpoint method.
    For example:
    @EndpointExtension(uri = "/navigation", method = Method.GET)