List of usage examples for com.google.gson JsonDeserializer interface-usage
From source file com.ccc.crest.core.cache.crest.tournament.Tournament.java
@SuppressWarnings("javadoc") public class Tournament implements JsonDeserializer<Tournament> { public volatile TournamentHrefWrapper hrefWrapper; public Tournament() { }
From source file com.ccc.crest.core.cache.crest.tournament.TournamentBanCollection.java
@SuppressWarnings("javadoc") public class TournamentBanCollection extends BaseEveData implements JsonDeserializer<TournamentBanCollection> { private static final long serialVersionUID = -2711682230241156568L; private static final AtomicBoolean continueRefresh = new AtomicBoolean(false); public static final String PostBase = null; public static final String GetBase = "application/vnd.ccp.eve.TournamentTypeBanCollection";
From source file com.ccc.crest.core.cache.crest.tournament.TournamentCollection.java
@SuppressWarnings("javadoc") public class TournamentCollection extends BaseEveData implements JsonDeserializer<TournamentCollection> { private static final long serialVersionUID = -2711682230241156568L; private static final AtomicBoolean continueRefresh = new AtomicBoolean(false); public static final String PostBase = null; public static final String GetBase = "application/vnd.ccp.eve.TournamentCollection";
From source file com.ccc.crest.core.cache.crest.tournament.TournamentHrefWrapper.java
@SuppressWarnings("javadoc") public class TournamentHrefWrapper implements JsonDeserializer<TournamentHrefWrapper> { public volatile String tournamentUrl; public volatile String name; public TournamentHrefWrapper() {
From source file com.ccc.crest.core.cache.crest.tournament.TournamentMatchCollection.java
@SuppressWarnings("javadoc") public class TournamentMatchCollection extends BaseEveData implements JsonDeserializer<TournamentMatchCollection> { private static final long serialVersionUID = -2711682230241156568L; private static final AtomicBoolean continueRefresh = new AtomicBoolean(false); public static final String VersionBase = null; public static final String PostBase = null;
From source file com.ccc.crest.core.cache.crest.tournament.TournamentMatchElement.java
@SuppressWarnings("javadoc") public class TournamentMatchElement extends BaseEveData implements JsonDeserializer<TournamentMatchElement> { private static final long serialVersionUID = -2711682230241156568L; private static final AtomicBoolean continueRefresh = new AtomicBoolean(false); public static final String PostBase = null; public static final String GetBase = "application/vnd.ccp.eve.TournamentMatch";
From source file com.ccc.crest.core.cache.crest.tournament.TournamentMatchFrame.java
@SuppressWarnings("javadoc") public class TournamentMatchFrame extends BaseEveData implements JsonDeserializer<TournamentMatchFrame> { private static final long serialVersionUID = -2711682230241156568L; private static final AtomicBoolean continueRefresh = new AtomicBoolean(false); public static final String PostBase = null; public static final String GetBase = "application/vnd.ccp.eve.TournamentRealtimeMatchFrame";
From source file com.ccc.crest.core.cache.crest.tournament.TournamentPilotStatusCollection.java
@SuppressWarnings("javadoc") public class TournamentPilotStatusCollection extends BaseEveData implements JsonDeserializer<TournamentPilotStatusCollection> { private static final long serialVersionUID = -2711682230241156568L; private static final AtomicBoolean continueRefresh = new AtomicBoolean(false); public static final String PostBase = null;
From source file com.ccc.crest.core.cache.crest.tournament.Tournaments.java
@SuppressWarnings("javadoc") public class Tournaments implements JsonDeserializer<Tournaments> { public volatile String totalCountStr; public final List<Tournament> tournaments; public volatile long pageCount; public volatile String pageCountStr;
From source file com.ccc.crest.core.cache.crest.tournament.TournamentSeries.java
@SuppressWarnings("javadoc") public class TournamentSeries extends BaseEveData implements JsonDeserializer<TournamentSeries> { private static final long serialVersionUID = -2711682230241156568L; private static final AtomicBoolean continueRefresh = new AtomicBoolean(false); public static final String PostBase = null; public static final String GetBase = "application/vnd.ccp.eve.TournamentSeries";