Enum Class的使用
cn.taketoday.web.util.HierarchicalUriComponents.EncodeState
程序包
说明
Miscellaneous web utility classes, such as HTML escaping,
Log4j initialization, and cookie handling.
-
cn.taketoday.web.util中HierarchicalUriComponents.EncodeState的使用
修饰符和类型字段说明private final HierarchicalUriComponents.EncodeStateHierarchicalUriComponents.encodeState修饰符和类型方法说明Returns the enum constant of this class with the specified name.HierarchicalUriComponents.EncodeState.values()Returns an array containing the constants of this enum class, in the order they are declared.限定符构造器说明privateHierarchicalUriComponents(String scheme, String fragment, String userInfo, String host, String port, HierarchicalUriComponents.PathComponent path, cn.taketoday.util.MultiValueMap<String, String> queryParams, HierarchicalUriComponents.EncodeState encodeState, UnaryOperator<String> variableEncoder)