类 Args

所有已实现的接口:
Serializable, Cloneable, Iterable<Object>, Collection<Object>, List<Object>, RandomAccess

public class Args extends ArrayList<Object>
作者:
xiaomi
另请参阅:
  • 构造器详细资料

  • 方法详细资料

    • newArgs

      public static Args newArgs(String origin, MiGooVariables variables)
    • add

      public boolean add(Object parameter)
      指定者:
      add 在接口中 Collection<Object>
      指定者:
      add 在接口中 List<Object>
      覆盖:
      add 在类中 ArrayList<Object>
    • getString

      public String getString(int index)
    • getNumber

      public BigDecimal getNumber(int index)
    • getJSONObject

      public com.alibaba.fastjson2.JSONObject getJSONObject(int index)
    • getJSONArray

      public com.alibaba.fastjson2.JSONArray getJSONArray(int index)
    • getBooleanValue

      public boolean getBooleanValue(int index)
    • getCurrentVars

      public MiGooVariables getCurrentVars()