Interface ArgumentFactory.ParameternameAware

Enclosing interface:
ArgumentFactory<T>

public static interface ArgumentFactory.ParameternameAware
Any ArgumentFactory implementing this interface will know about the parameter name it is registered.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
     
  • Method Details

    • setParameterName

      void setParameterName(String paramName)