Class BeanPropertyExtractor<RECORD>
java.lang.Object
org.teamapps.data.extract.BeanPropertyExtractor<RECORD>
- All Implemented Interfaces:
PropertyExtractor<RECORD>,PropertyProvider<RECORD>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddProperty(String propertyName, ValueExtractor<RECORD, ?> valueExtractor) protected ValueExtractor<RECORD, ?> getValueExtractor(Class clazz, String propertyName) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.teamapps.data.extract.PropertyExtractor
getValues
-
Constructor Details
-
BeanPropertyExtractor
public BeanPropertyExtractor() -
BeanPropertyExtractor
public BeanPropertyExtractor(boolean fallbackToFields)
-
-
Method Details
-
getValue
-
getValueExtractor
-
addProperty
public BeanPropertyExtractor<RECORD> addProperty(String propertyName, ValueExtractor<RECORD, ?> valueExtractor)
-