Interface NamedArgument


  • @OpenApiAll
    public interface NamedArgument
    Argument with the name.
    • Method Detail

      • getName

        java.lang.String getName()
        Argument name.
        Returns:
        name.
      • getValue

        java.lang.Object getValue()
        Argument value.
        Returns:
        value.