Package org.apache.pekko.http.ccompat
Class MapHelpers$
java.lang.Object
org.apache.pekko.http.ccompat.MapHelpers$
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final MapHelpers$
Static reference to the singleton instance of this Scala object. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription<K,
V> scala.collection.immutable.Map<K, V> convertMapToScala
(Map<K, V> jmap)
-
Field Details
-
MODULE$
Static reference to the singleton instance of this Scala object.
-
-
Constructor Details
-
MapHelpers$
public MapHelpers$()
-
-
Method Details
-
convertMapToScala
-