Class BeanPropertyInjector<RECORD>
java.lang.Object
org.teamapps.data.extract.BeanPropertyInjector<RECORD>
- All Implemented Interfaces:
PropertyInjector<RECORD>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription<VALUE> BeanPropertyInjector<RECORD> addProperty(String propertyName, ValueInjector<RECORD, VALUE> valueInjector) voidMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.teamapps.data.extract.PropertyInjector
setValues
-
Constructor Details
-
BeanPropertyInjector
public BeanPropertyInjector() -
BeanPropertyInjector
public BeanPropertyInjector(boolean fallbackToFields)
-
-
Method Details
-
setValue
-
addProperty
public <VALUE> BeanPropertyInjector<RECORD> addProperty(String propertyName, ValueInjector<RECORD, VALUE> valueInjector)
-