Interface ParameterUpdaterProvider


  • public interface ParameterUpdaterProvider
    Provider of parameter updater.
    Author:
    Paul Sandoz, Marek Potociar, Gaurav Gupta (gaurav.gupta@payara.fish)
    • Method Detail

      • get

        ParameterUpdater<?,​?> get​(Parameter parameter)
        Get the updater configured to update value of given parameter.

        If the default value has been set on the parameter, it will be configured in the updater.

        Parameters:
        parameter - client model parameter.
        Returns:
        updater for the method parameter.