public class PropertyByAnnotationIndex extends Object implements PropertyIndex
| Constructor and Description |
|---|
PropertyByAnnotationIndex() |
| Modifier and Type | Method and Description |
|---|---|
<T extends Annotation> |
getByAnnotationType(Class<T> type) |
void |
index(ClassInfo container,
PropertyInfo propertyInfo)
Called by introspector to index property info
|
public void index(ClassInfo container, PropertyInfo propertyInfo)
PropertyIndexindex in interface PropertyIndexcontainer - classinfo contained specified propertypropertyInfo - introspected property informationpublic <T extends Annotation> List<PropertyInfo<T>> getByAnnotationType(Class<T> type)
Copyright © 2016. All rights reserved.