| Package | Description |
|---|---|
| com.abubusoft.kripton.processor.core |
| Modifier and Type | Method and Description |
|---|---|
static ManagedPropertyPersistenceHelper.PersistType |
ManagedPropertyPersistenceHelper.PersistType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ManagedPropertyPersistenceHelper.PersistType[] |
ManagedPropertyPersistenceHelper.PersistType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
ManagedPropertyPersistenceHelper.generateFieldParser(BindTypeContext context,
ManagedPropertyPersistenceHelper.PersistType persistType,
BindProperty property,
Modifier... modifiers)
generates code to manage field parsing
|
static void |
ManagedPropertyPersistenceHelper.generateFieldPersistance(BindTypeContext context,
List<? extends ManagedModelProperty> collection,
ManagedPropertyPersistenceHelper.PersistType persistType,
boolean forceName,
Modifier... modifiers)
manage field's persistence for both in sharedpreference and sqlite
flavours.
|
static void |
ManagedPropertyPersistenceHelper.generateFieldSerialize(BindTypeContext context,
ManagedPropertyPersistenceHelper.PersistType persistType,
BindProperty property,
Modifier... modifiers)
generates code to manage field serialization
|
static void |
ManagedPropertyPersistenceHelper.generateParamParser(BindTypeContext context,
String methodName,
com.squareup.javapoet.TypeName parameterTypeName,
ManagedPropertyPersistenceHelper.PersistType persistType) |
static void |
ManagedPropertyPersistenceHelper.generateParamSerializer(BindTypeContext context,
String propertyName,
com.squareup.javapoet.TypeName parameterTypeName,
ManagedPropertyPersistenceHelper.PersistType persistType) |
Copyright © 2017. All rights reserved.