geocaching.api.impl.live_geocaching_api.parser
Class JsonParser

java.lang.Object
  extended by geocaching.api.impl.live_geocaching_api.parser.JsonParser
Direct Known Subclasses:
CacheLogJsonParser, GeocacheJsonParser, SimpleGeocacheJsonParser, TravelBugJsonParser, UserWaypointsJsonParser, WaypointJsonParser

public class JsonParser
extends Object


Constructor Summary
JsonParser()
           
 
Method Summary
protected static AttributeType parseAttributte(JsonReader r)
           
protected static List<AttributeType> parseAttributteList(JsonReader r)
           
protected static CacheType parseCacheType(JsonReader r)
           
protected static ContainerType parseContainerType(JsonReader r)
           
protected static float[] parseHomeCoordinates(JsonReader r)
           
protected static Date parseJsonDate(String date)
           
protected static MemberType parseMemberType(JsonReader r)
           
protected static User parseUser(JsonReader r)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JsonParser

public JsonParser()
Method Detail

parseJsonDate

protected static Date parseJsonDate(String date)

parseCacheType

protected static CacheType parseCacheType(JsonReader r)
                                   throws IOException
Throws:
IOException

parseContainerType

protected static ContainerType parseContainerType(JsonReader r)
                                           throws IOException
Throws:
IOException

parseMemberType

protected static MemberType parseMemberType(JsonReader r)
                                     throws IOException
Throws:
IOException

parseHomeCoordinates

protected static float[] parseHomeCoordinates(JsonReader r)
                                       throws IOException
Throws:
IOException

parseUser

protected static User parseUser(JsonReader r)
                         throws IOException
Throws:
IOException

parseAttributte

protected static AttributeType parseAttributte(JsonReader r)
                                        throws IOException
Throws:
IOException

parseAttributteList

protected static List<AttributeType> parseAttributteList(JsonReader r)
                                                  throws IOException
Throws:
IOException


Copyright © 2012. All Rights Reserved.