Uses of Enum Class
io.helidon.common.uri.UriEncoding.Type
-
Uses of UriEncoding.Type in io.helidon.common.uri
Modifier and TypeMethodDescriptionstatic UriEncoding.Type
Returns the enum constant of this class with the specified name.static UriEncoding.Type[]
UriEncoding.Type.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionstatic String
UriEncoding.encode
(String s, UriEncoding.Type t) Encodes the characters of string that are either non-ASCII characters or are ASCII characters that are not allowed.