Class StringUnmarshaller
java.lang.Object
org.apache.pekko.http.javadsl.unmarshalling.StringUnmarshaller
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionstatic <B> Unmarshaller<String,B> async(Function<String, CompletionStage<B>> f) Turns the given asynchronous function into an unmarshaller from String to B.static <B> Unmarshaller<String,B> Turns the given function into an unmarshaller from String to B.
- 
Constructor Details- 
StringUnmarshallerpublic 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)
 
 
-