public static interface ClassInfoScanner.ScanBehaviour
| Modifier and Type | Method and Description |
|---|---|
boolean |
mergeAnnotations(Class<? extends Annotation> annotated,
Class<? extends Annotation> annotation)
If true it will merge applicable annotations from specified annotation class to list of property annotations
|
boolean |
useParent(ClassInfo classInfo)
Decide to use or not property information from parent class.
|
boolean |
useProperty(PropertyInfo propertyInfo)
Check what property is applicable and should be included to properties map.
|
boolean useProperty(PropertyInfo propertyInfo)
propertyInfo - property info with all info filled except nested class infoboolean useParent(ClassInfo classInfo)
classInfo - current class info.boolean mergeAnnotations(Class<? extends Annotation> annotated, Class<? extends Annotation> annotation)
annotation - Copyright © 2016. All rights reserved.