Class Parameters

  • All Implemented Interfaces:
    Serializable

    public class Parameters
    extends Object
    implements Serializable
    描述:方法参数类,扩展参数可以继承Parameters自己实现 参考:
     {
         "type": "object",
         "properties": {
             "location": {
                 "type": "string",
                 "description": "The city and state, e.g. San Francisco, CA"
             },
             "unit": {"type": "string", "enum": ["celsius", "fahrenheit"]}
         },
         "required": ["location"]
     }
     
    Since:
    2023-06-14
    Author:
    https:www.unfbx.com
    See Also:
    Serialized Form
    • Constructor Detail

      • Parameters

        public Parameters()