Package akka.http.scaladsl.model
Class Uri.Query$
java.lang.Object
akka.http.scaladsl.model.Uri.Query$
- Enclosing class:
- Uri
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final class
static class
static class
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final Uri.Query$
Static reference to the singleton instance of this Scala object. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionapply
(akka.parboiled2.ParserInput input, Charset charset, Uri.ParsingMode mode) Parses the given String into a Query instance.apply
(scala.Option<String> input, Charset charset, Uri.ParsingMode mode) A special empty String value which will be rendered without a '=' after the key.
-
Field Details
-
MODULE$
Static reference to the singleton instance of this Scala object.
-
-
Constructor Details
-
Query$
public Query$()
-
-
Method Details
-
EmptyValue
A special empty String value which will be rendered without a '=' after the key. -
apply
Parses the given String into a Query instance. Note that this method will never return Query.Empty, even for the empty String. Empty strings will be parsed to("", "") +: Query.Empty
If you want to allow for Query.Empty creation use the apply overload taking anOption[String]
.- Parameters:
string
- (undocumented)- Returns:
- (undocumented)
-
apply
-
apply
-
apply
-
apply
-
apply
-
newBuilder
-