Enum Class的使用
cool.scx.core.enumeration.HttpMethod
使用HttpMethod的程序包
-
cool.scx.core.enumeration中HttpMethod的使用
修饰符和类型方法说明static HttpMethodReturns the enum constant of this class with the specified name.static HttpMethod[]HttpMethod.values()Returns an array containing the constants of this enum class, in the order they are declared. -
cool.scx.core.mvc中HttpMethod的使用
声明为HttpMethod的cool.scx.core.mvc中的字段修饰符和类型字段说明final HttpMethod[]ScxMappingHandler.httpMethodshttpMethods 由 注解上的 method 属性转换而来 并采用 set 进行去重