Package akka.http.scaladsl.model.headers
Class ProductVersion$
- java.lang.Object
-
- akka.http.scaladsl.model.headers.ProductVersion$
-
- All Implemented Interfaces:
java.io.Serializable
public class ProductVersion$ extends java.lang.Object implements java.io.Serializable
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static ProductVersion$
MODULE$
Static reference to the singleton instance of this Scala object.
-
Constructor Summary
Constructors Constructor Description ProductVersion$()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description scala.collection.immutable.Seq<ProductVersion>
parseMultiple(java.lang.String string)
parses a string of multiple ProductVersionsRenderer<scala.collection.immutable.Seq<ProductVersion>>
productsRenderer()
-
-
-
Field Detail
-
MODULE$
public static final ProductVersion$ MODULE$
Static reference to the singleton instance of this Scala object.
-
-
Method Detail
-
productsRenderer
public Renderer<scala.collection.immutable.Seq<ProductVersion>> productsRenderer()
-
parseMultiple
public scala.collection.immutable.Seq<ProductVersion> parseMultiple(java.lang.String string)
parses a string of multiple ProductVersions
-
-