public class UriTypeAdapter extends BaseStringTypeAdapter<Uri>
| Constructor and Description |
|---|
UriTypeAdapter() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
adaptForPreferences(Uri value) |
Uri |
adaptFromPreferences(java.lang.String value) |
getDefaultValue, getStoreTypepublic java.lang.String adaptForPreferences(Uri value)
adaptForPreferences in interface StoreBoxTypeAdapter<Uri,java.lang.String>adaptForPreferences in class BaseStringTypeAdapter<Uri>public Uri adaptFromPreferences(java.lang.String value)
adaptFromPreferences in interface StoreBoxTypeAdapter<Uri,java.lang.String>adaptFromPreferences in class BaseStringTypeAdapter<Uri>