Interface OperationBuilderPlugin

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void apply​(OperationContext context)
      Implement this method to override the Operation using the OperationBuilder available in the context
      • Methods inherited from interface org.springframework.plugin.core.Plugin

        supports
    • Method Detail

      • apply

        void apply​(OperationContext context)
        Implement this method to override the Operation using the OperationBuilder available in the context
        Parameters:
        context - - context that can be used to override the parameter attributes
        See Also:
        Operation, OperationBuilder