Class RestOpArgList

java.lang.Object
org.apache.juneau.rest.arg.RestOpArgList

public class RestOpArgList extends Object
A list of RestOpArg classes.
See Also:
  • Constructor Details

  • Method Details

    • create

      public static RestOpArgList.Builder create(BeanStore beanStore)
      Static creator.
      Parameters:
      beanStore - The bean store to use for creating beans.
      Returns:
      A new builder for this object.
    • asArray

      public Class<? extends RestOpArg>[] asArray()
      Returns the contents of this list as a Class array.
      Returns:
      The contents of this list as a Class array.