Package akka.http.impl.util
Class S2JMapping$
- java.lang.Object
-
- akka.http.impl.util.S2JMapping$
-
public class S2JMapping$ extends java.lang.Object
INTERNAL API
-
-
Field Summary
Fields Modifier and Type Field Description static S2JMapping$
MODULE$
Static reference to the singleton instance of this Scala object.
-
Constructor Summary
Constructors Constructor Description S2JMapping$()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description <S> S2JMapping<S>
fromScalaMapping(JavaMapping<?,S> mapping)
-
-
-
Field Detail
-
MODULE$
public static final S2JMapping$ MODULE$
Static reference to the singleton instance of this Scala object.
-
-
Method Detail
-
fromScalaMapping
public <S> S2JMapping<S> fromScalaMapping(JavaMapping<?,S> mapping)
-
-