Package org.lowcoder.plugin.api
Interface PluginEndpoint
public interface PluginEndpoint
All classes implementing an endpoint for Lowcoder need to implement this interface.
- Author:
- ludomikula
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic enumMethod used inEndpointExtensionfor specifying endpoint method.
For example:
@EndpointExtension(uri = "/navigation", method = Method.GET)