Interface StrictForm.Field$.FieldUnmarshaller<T>
- Enclosing class:
- StrictForm.Field$
public static interface StrictForm.Field$.FieldUnmarshaller<T>
-
Method Summary
Modifier and TypeMethodDescriptionscala.concurrent.Future<T>
unmarshalPart
(org.apache.pekko.http.scaladsl.model.Multipart.FormData.BodyPart.Strict value, scala.concurrent.ExecutionContext ec, org.apache.pekko.stream.Materializer mat) scala.concurrent.Future<T>
unmarshalString
(String value, scala.concurrent.ExecutionContext ec, org.apache.pekko.stream.Materializer mat)
-
Method Details
-
unmarshalString
-
unmarshalPart
scala.concurrent.Future<T> unmarshalPart(org.apache.pekko.http.scaladsl.model.Multipart.FormData.BodyPart.Strict value, scala.concurrent.ExecutionContext ec, org.apache.pekko.stream.Materializer mat)
-