| Modifier and Type | Class and Description |
|---|---|
class |
BindEntity |
| Modifier and Type | Interface and Description |
|---|---|
interface |
ModelElementVisitor<T extends ModelClass<P>,P extends ModelProperty> |
| Modifier and Type | Interface and Description |
|---|---|
interface |
PropertyFactory<E extends ModelClass<?>,T extends ModelProperty> |
static interface |
PropertyUtility.PropertyCreatedListener<T extends ModelClass<? extends E>,E extends ModelProperty> |
| Modifier and Type | Method and Description |
|---|---|
static <P extends ModelProperty,T extends ModelClass<P>> |
PropertyUtility.buildProperties(Elements elementUtils,
T entity,
PropertyFactory<T,P> factoryProperty,
AnnotationUtility.AnnotationFilter propertyAnnotationFilter,
PropertyUtility.PropertyCreatedListener<T,P> listener)
Given a model clazz, define its properties.
|
| Modifier and Type | Method and Description |
|---|---|
static boolean |
TypeUtility.isEquals(com.squareup.javapoet.TypeName value,
ModelClass<?> entity)
Check if class that is rapresented by value has same typeName of entity
parameter.
|
| Modifier and Type | Class and Description |
|---|---|
class |
PrefEntity |
| Modifier and Type | Class and Description |
|---|---|
class |
SQLEntity |
Copyright © 2017. All rights reserved.