Package akka.http.scaladsl.common
Class StrictForm.FileData$
- java.lang.Object
-
- akka.http.scaladsl.common.StrictForm.FileData$
-
- All Implemented Interfaces:
java.io.Serializable
- Enclosing class:
- StrictForm
public static class StrictForm.FileData$ extends java.lang.Object implements java.io.Serializable
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static StrictForm.FileData$
MODULE$
Static reference to the singleton instance of this Scala object.
-
Constructor Summary
Constructors Constructor Description FileData$()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Unmarshaller<StrictForm.Field,StrictForm.FileData>
unmarshaller()
-
-
-
Field Detail
-
MODULE$
public static final StrictForm.FileData$ MODULE$
Static reference to the singleton instance of this Scala object.
-
-
Method Detail
-
unmarshaller
public Unmarshaller<StrictForm.Field,StrictForm.FileData> unmarshaller()
-
-