Class BeanPropertyInjector<RECORD>

java.lang.Object
org.teamapps.data.extract.BeanPropertyInjector<RECORD>
All Implemented Interfaces:
PropertyInjector<RECORD>

public class BeanPropertyInjector<RECORD>
extends java.lang.Object
implements PropertyInjector<RECORD>
  • Constructor Summary

    Constructors 
    Constructor Description
    BeanPropertyInjector()  
  • Method Summary

    Modifier and Type Method Description
    <VALUE> BeanPropertyInjector<RECORD> addProperty​(java.lang.String propertyName, ValueInjector<RECORD,​VALUE> valueInjector)  
    void setValue​(RECORD record, java.lang.String propertyName, java.lang.Object value)  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface org.teamapps.data.extract.PropertyInjector

    setValues