Class StrictForm.Field$
java.lang.Object
org.apache.pekko.http.scaladsl.common.StrictForm.Field$
- Enclosing class:
- StrictForm
- 
Nested Class SummaryNested ClassesModifier and TypeClassDescriptionstatic interfacestatic classstatic final classstatic classstatic final classstatic classstatic class
- 
Field SummaryFieldsModifier and TypeFieldDescriptionstatic final StrictForm.Field$Static reference to the singleton instance of this Scala object.
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionfromString(String value) <T> Unmarshaller<StrictForm.Field,T> unmarshaller(<any> um) <T> Unmarshaller<StrictForm.Field,T> unmarshallerFromFSU(Unmarshaller<String, T> fsu) 
- 
Field Details- 
MODULE$Static reference to the singleton instance of this Scala object.
 
- 
- 
Constructor Details- 
Field$public Field$()
 
- 
- 
Method Details- 
fromString
- 
unmarshaller
- 
unmarshallerFromFSU
 
-