Class LinksFilter

All Implemented Interfaces:
Comparable<LinksFilter>

public class LinksFilter extends HATEOASFilter<LinksFilter>
  • Constructor Details

    • LinksFilter

      public LinksFilter()
  • Method Details

    • run

      public void run(Request req, Response res) throws ApiException
      Description copied from class: Action
      Override this method with your custom business logic or override one of the http method "doMETHOD" specific handlers.
      Overrides:
      run in class Action<LinksFilter>
      Parameters:
      req - the Request being serviced
      res - the Reponse being generated
      Throws:
      ApiException
    • addSelfLink

      public void addSelfLink(io.inversion.json.JSMap entityNode, String link)
      Overrides:
      addSelfLink in class HATEOASFilter<LinksFilter>
    • removeLinks

      protected void removeLinks(Collection coll, io.inversion.json.JSMap node)