Package akka.http.scaladsl.model
Class ResponseEntity$
java.lang.Object
akka.http.scaladsl.model.ResponseEntity$
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final ResponseEntity$
Static reference to the singleton instance of this Scala object. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfromJava
(ResponseEntity entity, JavaMapping<ResponseEntity, ResponseEntity> m)
-
Field Details
-
MODULE$
Static reference to the singleton instance of this Scala object.
-
-
Constructor Details
-
ResponseEntity$
public ResponseEntity$()
-
-
Method Details
-
fromJava
-