com.arcao.geocaching.api.impl.live_geocaching_api.parser
Class JsonParser
java.lang.Object
com.arcao.geocaching.api.impl.live_geocaching_api.parser.JsonParser
- Direct Known Subclasses:
- CacheLogJsonParser, GeocacheJsonParser, SimpleGeocacheJsonParser, TrackableJsonParser, UserWaypointsJsonParser, WaypointJsonParser
public class JsonParser
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JsonParser
public JsonParser()
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.