Enum Class的使用
cn.taketoday.web.util.HierarchicalUriComponents.Type
程序包
说明
Miscellaneous web utility classes, such as HTML escaping,
Log4j initialization, and cookie handling.
-
cn.taketoday.web.util中HierarchicalUriComponents.Type的使用
修饰符和类型方法说明private HierarchicalUriComponents.TypeHierarchicalUriComponents.getHostType()Returns the enum constant of this class with the specified name.static HierarchicalUriComponents.Type[]HierarchicalUriComponents.Type.values()Returns an array containing the constants of this enum class, in the order they are declared.修饰符和类型方法说明private voidHierarchicalUriComponents.UriTemplateEncoder.append(StringBuilder sb, boolean encode, HierarchicalUriComponents.Type type) HierarchicalUriComponents.UriTemplateEncoder.apply(String source, HierarchicalUriComponents.Type type) private static StringUriUtils.encode(String scheme, String encoding, HierarchicalUriComponents.Type type) private static StringUriUtils.encode(String scheme, Charset charset, HierarchicalUriComponents.Type type) (专用程序包) static StringHierarchicalUriComponents.encodeUriComponent(String source, String encoding, HierarchicalUriComponents.Type type) Encode the given source into an encoded String using the rules specified by the given component and with the given options.(专用程序包) static StringHierarchicalUriComponents.encodeUriComponent(String source, Charset charset, HierarchicalUriComponents.Type type) Encode the given source into an encoded String using the rules specified by the given component and with the given options.private static voidHierarchicalUriComponents.verifyUriComponent(String source, HierarchicalUriComponents.Type type) 类型变量类型为HierarchicalUriComponents.Type的cn.taketoday.web.util中的方法参数修饰符和类型方法说明HierarchicalUriComponents.FullPathComponent.encode(BiFunction<String, HierarchicalUriComponents.Type, String> encoder) HierarchicalUriComponents.PathComponent.encode(BiFunction<String, HierarchicalUriComponents.Type, String> encoder) HierarchicalUriComponents.PathComponentComposite.encode(BiFunction<String, HierarchicalUriComponents.Type, String> encoder) HierarchicalUriComponents.PathSegmentComponent.encode(BiFunction<String, HierarchicalUriComponents.Type, String> encoder) HierarchicalUriComponents.encodeQueryParams(BiFunction<String, HierarchicalUriComponents.Type, String> encoder)