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 SummaryConstructorsConstructorDescriptionFromPart(org.apache.pekko.http.scaladsl.model.Multipart.FormData.BodyPart.Strict value) 
- 
Method SummaryModifier and TypeMethodDescriptionorg.apache.pekko.http.scaladsl.model.Multipart.FormData.BodyPart.Strictvalue()Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface scala.EqualscanEqual, equalsMethods inherited from interface scala.ProductproductArity, productElement, productElementName, productElementNames, productIterator, productPrefix
- 
Constructor Details- 
FromPartpublic FromPart(org.apache.pekko.http.scaladsl.model.Multipart.FormData.BodyPart.Strict value) 
 
- 
- 
Method Details- 
valuepublic org.apache.pekko.http.scaladsl.model.Multipart.FormData.BodyPart.Strict value()
 
-