Class StringUnmarshaller$
java.lang.Object
org.apache.pekko.http.javadsl.unmarshalling.StringUnmarshaller$
- 
Field SummaryFieldsModifier and TypeFieldDescriptionstatic final StringUnmarshaller$Static reference to the singleton instance of this Scala object.
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescription<B> Unmarshaller<String,B> async(Function<String, CompletionStage<B>> f) Turns the given asynchronous function into an unmarshaller from String to B.<B> Unmarshaller<String,B> Turns the given function into an unmarshaller from String to B.
- 
Field Details- 
MODULE$Static reference to the singleton instance of this Scala object.
 
- 
- 
Constructor Details- 
StringUnmarshaller$public StringUnmarshaller$()
 
- 
- 
Method Details- 
asyncTurns the given asynchronous function into an unmarshaller from String to B.- Parameters:
- f- (undocumented)
- Returns:
- (undocumented)
 
- 
syncTurns the given function into an unmarshaller from String to B.- Parameters:
- f- (undocumented)
- Returns:
- (undocumented)
 
 
-