Interface ResponseBuilderPlugin

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void apply​(ResponseContext responseContext)
      Implement this method to enrich return values
      • Methods inherited from interface org.springframework.plugin.core.Plugin

        supports
    • Method Detail

      • apply

        void apply​(ResponseContext responseContext)
        Implement this method to enrich return values
        Parameters:
        responseContext - - context that can be used to override the parameter attributes
        See Also:
        Response, ResponseBuilder