Interface StrictForm.Field$.FieldUnmarshaller<T>
- Enclosing class:
- StrictForm.Field$
public static interface StrictForm.Field$.FieldUnmarshaller<T>
- 
Method SummaryModifier 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
- 
unmarshalPartscala.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) 
 
-