Uses of Class
tv.hd3g.authkit.utility.ControllerType
-
Packages that use ControllerType Package Description tv.hd3g.authkit.utility -
-
Uses of ControllerType in tv.hd3g.authkit.utility
Methods in tv.hd3g.authkit.utility that return ControllerType Modifier and Type Method Description ControllerTypeAnnotatedControllerClass. getControllerType()static ControllerTypeControllerType. getFromClass(Class<?> referer)static ControllerTypeControllerType. valueOf(String name)Returns the enum constant of this type with the specified name.static ControllerType[]ControllerType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-