public abstract class BindSharedPreferencesBuilder extends Object
| Modifier and Type | Field and Description |
|---|---|
protected static com.squareup.javapoet.TypeSpec.Builder |
builder |
protected static String |
PREFIX |
protected static String |
SUFFIX_PREFERENCE |
protected static String |
SUFFIX_SHARED_PREFERENCE |
| Constructor and Description |
|---|
BindSharedPreferencesBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static String |
generate(Elements elementUtils,
Filer filer,
PrefEntity entity)
Generate shared preference manager
|
protected static final String PREFIX
protected static final String SUFFIX_SHARED_PREFERENCE
protected static final String SUFFIX_PREFERENCE
protected static com.squareup.javapoet.TypeSpec.Builder builder
public static String generate(Elements elementUtils, Filer filer, PrefEntity entity) throws IOException
IOExceptionCopyright © 2017. All rights reserved.