Uses of Class
com.google.api.client.googleapis.json.JsonMultiKindFeedParser

Packages that use JsonMultiKindFeedParser
com.google.api.client.googleapis.json Google's JSON support (see detailed package specification). 
 

Uses of JsonMultiKindFeedParser in com.google.api.client.googleapis.json
 

Methods in com.google.api.client.googleapis.json that return JsonMultiKindFeedParser
static
<T,I> JsonMultiKindFeedParser<T>
JsonMultiKindFeedParser.use(JsonFactory jsonFactory, HttpResponse response, Class<T> feedClass, Class<?>... itemClasses)
          Parses the given HTTP response using the given feed class and item classes.
 



Copyright © 2010-2012 Google. All Rights Reserved.