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.RainbowControllerMethodInvokerTest.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 ResultControllerMethodInvokerTest.MockController. enumArrayParam(ControllerMethodInvokerTest.Rainbow[] param1)ResultControllerMethodInvokerTest.MockController. enumCsvParam(ControllerMethodInvokerTest.Rainbow[] param1)ResultControllerMethodInvokerTest.MockController. enumParam(ControllerMethodInvokerTest.Rainbow param1)Method parameters in ninja.params with type arguments of type ControllerMethodInvokerTest.Rainbow Modifier and Type Method Description ResultControllerMethodInvokerTest.MockController. optionalEnumParam(Optional<ControllerMethodInvokerTest.Rainbow> param1)
-