public class PropertyByTypeIndex extends Object implements PropertyIndex
| Constructor and Description |
|---|
PropertyByTypeIndex() |
| Modifier and Type | Method and Description |
|---|---|
<T> List<PropertyInfo<T>> |
getByType(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> List<PropertyInfo<T>> getByType(Class<T> type)
Copyright © 2016. All rights reserved.