Class StrictForm.Field$.FromPart

java.lang.Object
akka.http.scaladsl.common.StrictForm.Field$.FromPart
All Implemented Interfaces:
StrictForm.Field, Serializable, 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

    Constructors
    Constructor
    Description
    FromPart(akka.http.scaladsl.model.Multipart.FormData.BodyPart.Strict value)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    akka.http.scaladsl.model.Multipart.FormData.BodyPart.Strict
     

    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(akka.http.scaladsl.model.Multipart.FormData.BodyPart.Strict value)
  • Method Details

    • value

      public akka.http.scaladsl.model.Multipart.FormData.BodyPart.Strict value()