Interface ParameterConfigurerProvider

    • Method Detail

      • getParameterConfigurer

        ParameterConfigurer<?> getParameterConfigurer​(java.lang.String paramName)
        Returns the parameter configurer for a given parameter. We need this generic approach to ease code generation and initial setting of parameter values.
        Parameters:
        paramName - the name of the parameter
        Returns:
        the associated parameter configurer or null if there is none
      • getParameterNames

        java.util.Set<java.lang.String> getParameterNames()
        The set of parameter names.
        Returns:
        the parameter names, may be null for none