Uses of Class
geocaching.api.impl.live_geocaching_api.parser.JsonReader

Packages that use JsonReader
geocaching.api.impl   
geocaching.api.impl.live_geocaching_api.parser   
 

Uses of JsonReader in geocaching.api.impl
 

Methods in geocaching.api.impl that return JsonReader
protected  JsonReader LiveGeocachingApi.callGet(String function)
           
protected  JsonReader LiveGeocachingApi.callPost(String function, String postBody)
           
 

Methods in geocaching.api.impl with parameters of type JsonReader
protected  void LiveGeocachingApi.checkError(JsonReader r)
           
 

Uses of JsonReader in geocaching.api.impl.live_geocaching_api.parser
 

Methods in geocaching.api.impl.live_geocaching_api.parser with parameters of type JsonReader
static Waypoint WaypointJsonParser.parse(JsonReader r)
           
static UserWaypoint UserWaypointsJsonParser.parse(JsonReader r)
           
static TravelBug TravelBugJsonParser.parse(JsonReader r)
           
static StatusJsonParser.Status StatusJsonParser.parse(JsonReader r)
           
static SimpleGeocache SimpleGeocacheJsonParser.parse(JsonReader r)
           
static Geocache GeocacheJsonParser.parse(JsonReader r)
           
static CacheLog CacheLogJsonParser.parse(JsonReader r)
           
protected static AttributeType JsonParser.parseAttributte(JsonReader r)
           
protected static List<AttributeType> JsonParser.parseAttributteList(JsonReader r)
           
protected static CacheType JsonParser.parseCacheType(JsonReader r)
           
protected static ContainerType JsonParser.parseContainerType(JsonReader r)
           
protected static float[] JsonParser.parseHomeCoordinates(JsonReader r)
           
static List<Waypoint> WaypointJsonParser.parseList(JsonReader r)
           
static List<UserWaypoint> UserWaypointsJsonParser.parseList(JsonReader r)
           
static List<TravelBug> TravelBugJsonParser.parseList(JsonReader r)
           
static List<SimpleGeocache> SimpleGeocacheJsonParser.parseList(JsonReader r)
           
static List<SimpleGeocache> GeocacheJsonParser.parseList(JsonReader r)
           
static List<CacheLog> CacheLogJsonParser.parseList(JsonReader r)
           
protected static LogType CacheLogJsonParser.parseLogType(JsonReader r)
           
protected static MemberType JsonParser.parseMemberType(JsonReader r)
           
protected static User JsonParser.parseUser(JsonReader r)
           
 



Copyright © 2012. All Rights Reserved.