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