Package akka.http.scaladsl.model
Class ResponseEntity$
- java.lang.Object
-
- akka.http.scaladsl.model.ResponseEntity$
-
public class ResponseEntity$ extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static ResponseEntity$
MODULE$
Static reference to the singleton instance of this Scala object.
-
Constructor Summary
Constructors Constructor Description ResponseEntity$()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ResponseEntity
fromJava(ResponseEntity entity, JavaMapping<ResponseEntity,ResponseEntity> m)
-
-
-
Field Detail
-
MODULE$
public static final ResponseEntity$ MODULE$
Static reference to the singleton instance of this Scala object.
-
-
Method Detail
-
fromJava
public ResponseEntity fromJava(ResponseEntity entity, JavaMapping<ResponseEntity,ResponseEntity> m)
-
-