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