Enum Class的使用
com.cdkjframework.enums.HttpMethodEnums
使用HttpMethodEnums的程序包
-
com.cdkjframework.enums中HttpMethodEnums的使用
修饰符和类型方法说明static HttpMethodEnumsReturns the enum constant of this class with the specified name.static HttpMethodEnums[]HttpMethodEnums.values()Returns an array containing the constants of this enum class, in the order they are declared. -
com.cdkjframework.util.network.request中HttpMethodEnums的使用