Package akka.http.scaladsl.common
Class StrictForm.Field$.FieldUnmarshaller$
- java.lang.Object
-
- akka.http.scaladsl.common.StrictForm.Field.LowPrioImplicits
-
- akka.http.scaladsl.common.StrictForm.Field$.FieldUnmarshaller$
-
- Enclosing class:
- StrictForm.Field$
public static class StrictForm.Field$.FieldUnmarshaller$ extends akka.http.scaladsl.common.StrictForm.Field.LowPrioImplicits
-
-
Field Summary
Fields Modifier and Type Field Description static StrictForm.Field$.FieldUnmarshaller$
MODULE$
Static reference to the singleton instance of this Scala object.
-
Constructor Summary
Constructors Constructor Description FieldUnmarshaller$()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description <T> <any>
fromBoth(Unmarshaller<java.lang.String,T> fsu, Unmarshaller<HttpEntity,T> feu)
<any>
stringFieldUnmarshaller()
-
-
-
Field Detail
-
MODULE$
public static final StrictForm.Field$.FieldUnmarshaller$ MODULE$
Static reference to the singleton instance of this Scala object.
-
-
Method Detail
-
fromBoth
public <T> <any> fromBoth(Unmarshaller<java.lang.String,T> fsu, Unmarshaller<HttpEntity,T> feu)
-
stringFieldUnmarshaller
public <any> stringFieldUnmarshaller()
-
-