接口 OperationParameter


  • public interface OperationParameter
    A single operation parameter.
    从以下版本开始:
    2.0.0
    • 方法详细资料

      • getName

        String getName()
        Returns the parameter name.
        返回:
        the name
      • getType

        Class<?> getType()
        Returns the parameter type.
        返回:
        the type
      • isMandatory

        boolean isMandatory()
        Return if the parameter is mandatory (does not accept null values).
        返回:
        if the parameter is mandatory