Uses of Class
ninja.params.ControllerMethodInvokerWithDeprecatedValidationTest.Rainbow
-
Packages that use ControllerMethodInvokerWithDeprecatedValidationTest.Rainbow Package Description ninja.params -
-
Uses of ControllerMethodInvokerWithDeprecatedValidationTest.Rainbow in ninja.params
Methods in ninja.params that return ControllerMethodInvokerWithDeprecatedValidationTest.Rainbow Modifier and Type Method Description static ControllerMethodInvokerWithDeprecatedValidationTest.Rainbow
ControllerMethodInvokerWithDeprecatedValidationTest.Rainbow. valueOf(String name)
Returns the enum constant of this type with the specified name.static ControllerMethodInvokerWithDeprecatedValidationTest.Rainbow[]
ControllerMethodInvokerWithDeprecatedValidationTest.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 ControllerMethodInvokerWithDeprecatedValidationTest.Rainbow Modifier and Type Method Description Result
ControllerMethodInvokerWithDeprecatedValidationTest.MockController. enumArrayParam(ControllerMethodInvokerWithDeprecatedValidationTest.Rainbow[] param1)
Result
ControllerMethodInvokerWithDeprecatedValidationTest.MockController. enumCsvParam(ControllerMethodInvokerWithDeprecatedValidationTest.Rainbow[] param1)
Result
ControllerMethodInvokerWithDeprecatedValidationTest.MockController. enumParam(ControllerMethodInvokerWithDeprecatedValidationTest.Rainbow param1)
Method parameters in ninja.params with type arguments of type ControllerMethodInvokerWithDeprecatedValidationTest.Rainbow Modifier and Type Method Description Result
ControllerMethodInvokerWithDeprecatedValidationTest.MockController. optionalEnumParam(Optional<ControllerMethodInvokerWithDeprecatedValidationTest.Rainbow> param1)
-