public final class EncryptedSQLStoreConfiguration extends StoreConfiguration<EncryptedSQLStoreConfiguration> implements org.jboss.aerogear.android.core.Config<EncryptedSQLStoreConfiguration>
| Constructor and Description |
|---|
EncryptedSQLStoreConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
protected <TYPE> Store<TYPE> |
buildStore(Class<TYPE> klass) |
EncryptedSQLStoreConfiguration |
usingPassphrase(String passphrase) |
EncryptedSQLStoreConfiguration |
withContext(android.content.Context context) |
EncryptedSQLStoreConfiguration |
withGsonBuilder(com.google.gson.GsonBuilder builder) |
EncryptedSQLStoreConfiguration |
withIdGenerator(IdGenerator idGenerator) |
addOnStoreCreatedListener, getName, getOnStoreCreatedListeners, setName, setOnStoreCreatedListeners, storepublic EncryptedSQLStoreConfiguration withContext(android.content.Context context)
public EncryptedSQLStoreConfiguration withGsonBuilder(com.google.gson.GsonBuilder builder)
public EncryptedSQLStoreConfiguration withIdGenerator(IdGenerator idGenerator)
public EncryptedSQLStoreConfiguration usingPassphrase(String passphrase)
protected <TYPE> Store<TYPE> buildStore(Class<TYPE> klass)
buildStore in class StoreConfiguration<EncryptedSQLStoreConfiguration>Copyright © 2016 JBoss by Red Hat. All rights reserved.