jar

net.orange-box.storebox : storebox-lib

Maven & Gradle

Apr 18, 2016
208 stars

StroreBox Android Library · Android library for streamlining SharedPreferences.

Table Of Contents

Latest Version

Download net.orange-box.storebox : storebox-lib JAR file - Latest Versions:

All Versions

Download net.orange-box.storebox : storebox-lib JAR file - All Versions:

Version Vulnerabilities Size Updated
1.4.x
1.3.x
1.2.x
1.1.x
1.0.x

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window storebox-lib-1.4.0.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

net.orange_box.storebox

├─ net.orange_box.storebox.BuildConfig.class - [JAR]

├─ net.orange_box.storebox.StoreBox.class - [JAR]

├─ net.orange_box.storebox.StoreBoxInvocationHandler.class - [JAR]

net.orange_box.storebox.utils

├─ net.orange_box.storebox.utils.MethodUtils.class - [JAR]

├─ net.orange_box.storebox.utils.PreferenceUtils.class - [JAR]

├─ net.orange_box.storebox.utils.TypeUtils.class - [JAR]

net.orange_box.storebox.adapters.extra

├─ net.orange_box.storebox.adapters.extra.DateTypeAdapter.class - [JAR]

├─ net.orange_box.storebox.adapters.extra.DoubleTypeAdapter.class - [JAR]

├─ net.orange_box.storebox.adapters.extra.EnumTypeAdapter.class - [JAR]

├─ net.orange_box.storebox.adapters.extra.UriTypeAdapter.class - [JAR]

net.orange_box.storebox.adapters.base

├─ net.orange_box.storebox.adapters.base.BaseBooleanTypeAdapter.class - [JAR]

├─ net.orange_box.storebox.adapters.base.BaseFloatTypeAdapter.class - [JAR]

├─ net.orange_box.storebox.adapters.base.BaseIntegerTypeAdapter.class - [JAR]

├─ net.orange_box.storebox.adapters.base.BaseLongTypeAdapter.class - [JAR]

├─ net.orange_box.storebox.adapters.base.BaseStringSetTypeAdapter.class - [JAR]

├─ net.orange_box.storebox.adapters.base.BaseStringTypeAdapter.class - [JAR]

net.orange_box.storebox.annotations.option

├─ net.orange_box.storebox.annotations.option.SaveOption.class - [JAR]

net.orange_box.storebox.listeners

├─ net.orange_box.storebox.listeners.OnPreferenceValueChangedListener.class - [JAR]

net.orange_box.storebox.adapters.standard

├─ net.orange_box.storebox.adapters.standard.BooleanTypeAdapter.class - [JAR]

├─ net.orange_box.storebox.adapters.standard.FloatTypeAdapter.class - [JAR]

├─ net.orange_box.storebox.adapters.standard.IntegerTypeAdapter.class - [JAR]

├─ net.orange_box.storebox.adapters.standard.LongTypeAdapter.class - [JAR]

├─ net.orange_box.storebox.adapters.standard.StringSetTypeAdapter.class - [JAR]

├─ net.orange_box.storebox.adapters.standard.StringTypeAdapter.class - [JAR]

net.orange_box.storebox.adapters

├─ net.orange_box.storebox.adapters.StoreBoxTypeAdapter.class - [JAR]

├─ net.orange_box.storebox.adapters.StoreType.class - [JAR]

net.orange_box.storebox.annotations.type

├─ net.orange_box.storebox.annotations.type.ActivityPreferences.class - [JAR]

├─ net.orange_box.storebox.annotations.type.DefaultSharedPreferences.class - [JAR]

├─ net.orange_box.storebox.annotations.type.FilePreferences.class - [JAR]

net.orange_box.storebox.handlers

├─ net.orange_box.storebox.handlers.ChangeListenerMethodHandler.class - [JAR]

├─ net.orange_box.storebox.handlers.MethodHandler.class - [JAR]

net.orange_box.storebox.annotations.method

├─ net.orange_box.storebox.annotations.method.ClearMethod.class - [JAR]

├─ net.orange_box.storebox.annotations.method.DefaultValue.class - [JAR]

├─ net.orange_box.storebox.annotations.method.KeyByResource.class - [JAR]

├─ net.orange_box.storebox.annotations.method.KeyByString.class - [JAR]

├─ net.orange_box.storebox.annotations.method.RegisterChangeListenerMethod.class - [JAR]

├─ net.orange_box.storebox.annotations.method.RemoveMethod.class - [JAR]

├─ net.orange_box.storebox.annotations.method.TypeAdapter.class - [JAR]

├─ net.orange_box.storebox.annotations.method.UnregisterChangeListenerMethod.class - [JAR]

net.orange_box.storebox.enums

├─ net.orange_box.storebox.enums.PreferencesMode.class - [JAR]

├─ net.orange_box.storebox.enums.PreferencesType.class - [JAR]

├─ net.orange_box.storebox.enums.SaveMode.class - [JAR]

Advertisement