Package akka.http.scaladsl.unmarshalling
Class Unmarshal$
- java.lang.Object
-
- akka.http.scaladsl.unmarshalling.Unmarshal$
-
public class Unmarshal$ extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static Unmarshal$
MODULE$
Static reference to the singleton instance of this Scala object.
-
Constructor Summary
Constructors Constructor Description Unmarshal$()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description <T> Unmarshal<T>
apply(T value)
-
-
-
Field Detail
-
MODULE$
public static final Unmarshal$ MODULE$
Static reference to the singleton instance of this Scala object.
-
-
Method Detail
-
apply
public <T> Unmarshal<T> apply(T value)
-
-