| Package | Description |
|---|---|
| com.abubusoft.kripton.processor.core.reflect |
| Modifier and Type | Method and Description |
|---|---|
AnnotationUtility.AnnotationFilter |
AnnotationUtility.AnnotationFilterBuilder.build() |
| Modifier and Type | Method and Description |
|---|---|
static void |
AnnotationUtility.buildAnnotations(Elements elementUtils,
ModelWithAnnotation entity,
AnnotationUtility.AnnotationFilter filter)
Define for entity the model annotation set.
|
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.
|
static void |
AnnotationUtility.forEachAnnotations(Elements elementUtils,
Element currentElement,
AnnotationUtility.AnnotationFilter filter,
AnnotationUtility.AnnotationFoundListener listener)
Iterate over annotations of currentElement.
|
Copyright © 2017. All rights reserved.