com.octo.android.robospice.persistence.retrofit
Class GsonRetrofitObjectPersisterFactory
java.lang.Object
com.octo.android.robospice.persistence.ObjectPersisterFactory
com.octo.android.robospice.persistence.file.InFileObjectPersisterFactory
com.octo.android.robospice.persistence.retrofit.RetrofitObjectPersisterFactory
com.octo.android.robospice.persistence.retrofit.GsonRetrofitObjectPersisterFactory
- All Implemented Interfaces:
- CacheCleaner, Persister
public class GsonRetrofitObjectPersisterFactory
- extends RetrofitObjectPersisterFactory
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GsonRetrofitObjectPersisterFactory
public GsonRetrofitObjectPersisterFactory(android.app.Application application,
retrofit.converter.Converter converter,
File cacheFolder)
throws CacheCreationException
- Throws:
CacheCreationException
GsonRetrofitObjectPersisterFactory
public GsonRetrofitObjectPersisterFactory(android.app.Application application,
File cacheFolder)
throws CacheCreationException
- Throws:
CacheCreationException
GsonRetrofitObjectPersisterFactory
public GsonRetrofitObjectPersisterFactory(android.app.Application application,
List<Class<?>> listHandledClasses,
File cacheFolder)
throws CacheCreationException
- Throws:
CacheCreationException
GsonRetrofitObjectPersisterFactory
public GsonRetrofitObjectPersisterFactory(android.app.Application application,
List<Class<?>> listHandledClasses)
throws CacheCreationException
- Throws:
CacheCreationException
GsonRetrofitObjectPersisterFactory
public GsonRetrofitObjectPersisterFactory(android.app.Application application)
throws CacheCreationException
- Throws:
CacheCreationException
Copyright © 2012-2014. All Rights Reserved.