Uses of Class
ninja.params.ControllerMethodInvokerTest.Rainbow
-
Packages that use ControllerMethodInvokerTest.Rainbow Package Description ninja.params -
-
Uses of ControllerMethodInvokerTest.Rainbow in ninja.params
Methods in ninja.params that return ControllerMethodInvokerTest.Rainbow Modifier and Type Method Description static ControllerMethodInvokerTest.Rainbow
ControllerMethodInvokerTest.Rainbow. valueOf(String name)
Returns the enum constant of this type with the specified name.static ControllerMethodInvokerTest.Rainbow[]
ControllerMethodInvokerTest.Rainbow. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in ninja.params with parameters of type ControllerMethodInvokerTest.Rainbow Modifier and Type Method Description Result
ControllerMethodInvokerTest.MockController. enumArrayParam(ControllerMethodInvokerTest.Rainbow[] param1)
Result
ControllerMethodInvokerTest.MockController. enumCsvParam(ControllerMethodInvokerTest.Rainbow[] param1)
Result
ControllerMethodInvokerTest.MockController. enumParam(ControllerMethodInvokerTest.Rainbow param1)
Method parameters in ninja.params with type arguments of type ControllerMethodInvokerTest.Rainbow Modifier and Type Method Description Result
ControllerMethodInvokerTest.MockController. optionalEnumParam(Optional<ControllerMethodInvokerTest.Rainbow> param1)
-