Class RestContextArgs

java.lang.Object
org.apache.juneau.rest.arg.SimpleRestOperationArg
org.apache.juneau.rest.arg.RestContextArgs
All Implemented Interfaces:
RestOpArg

  • Constructor Details

  • Method Details

    • create

      public static RestContextArgs create(ParamInfo paramInfo)
      Static creator.
      Parameters:
      paramInfo - The Java method parameter being resolved.
      Returns:
      A new arg, or null if the parameter type is not one of the supported types.