Interface ParameterBuilderPlugin

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void apply​(ParameterContext parameterContext)
      Implement this method to collect input parameters and return values
      • Methods inherited from interface org.springframework.plugin.core.Plugin

        supports
    • Method Detail

      • apply

        void apply​(ParameterContext parameterContext)
        Implement this method to collect input parameters and return values
        Parameters:
        parameterContext - - context that can be used to override the parameter attributes
        See Also:
        Parameter, ParameterBuilder