jp.sf.amateras.mirage.bean
Interface PropertyExtractor
- All Known Implementing Classes:
- DefaultPropertyExtractor, FieldPropertyExtractor
public interface PropertyExtractor
An interface for extracting properties information from a class object.
You can implement your own PropertyExtractor and enable it by BeanDescFactory.setPropertyExtractor(PropertyExtractor).
- Author:
- Naoki Takezoe
extractProperties
Map<String,PropertyWrapper> extractProperties(Class<?> clazz)
Copyright © 2010-2012 Project Amateras. All Rights Reserved.