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

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

Uses of JsonReader in com.arcao.geocaching.api.impl
 

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

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

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

Methods in com.arcao.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 Trackable TrackableJsonParser.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<Trackable> TrackableJsonParser.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.