public class ParseDatabaseListForUser extends Object implements com.google.common.base.Function<HttpResponse,com.google.common.collect.FluentIterable<String>>
Modifier and Type | Method and Description |
---|---|
com.google.common.collect.FluentIterable<String> |
apply(HttpResponse from)
Parses the database list from the json response
|
public com.google.common.collect.FluentIterable<String> apply(HttpResponse from)
apply
in interface com.google.common.base.Function<HttpResponse,com.google.common.collect.FluentIterable<String>>
Copyright © 2009-2016 The Apache Software Foundation. All Rights Reserved.