Class StrictForm.Field$.FromPart
java.lang.Object
org.apache.pekko.http.scaladsl.common.StrictForm.Field$.FromPart
- All Implemented Interfaces:
Serializable
,StrictForm.Field
,scala.Equals
,scala.Product
- Enclosing class:
- StrictForm.Field$
public static final class StrictForm.Field$.FromPart
extends Object
implements StrictForm.Field, scala.Product, Serializable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionFromPart
(org.apache.pekko.http.scaladsl.model.Multipart.FormData.BodyPart.Strict value) -
Method Summary
Modifier and TypeMethodDescriptionorg.apache.pekko.http.scaladsl.model.Multipart.FormData.BodyPart.Strict
value()
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface scala.Equals
canEqual, equals
Methods inherited from interface scala.Product
productArity, productElement, productElementName, productElementNames, productIterator, productPrefix
-
Constructor Details
-
FromPart
public FromPart(org.apache.pekko.http.scaladsl.model.Multipart.FormData.BodyPart.Strict value)
-
-
Method Details
-
value
public org.apache.pekko.http.scaladsl.model.Multipart.FormData.BodyPart.Strict value()
-