public static class SimpleEtl.EntryTransform
| Type Params | Return Type | Name and description | 
|---|---|---|
 | 
                            public EntryTransform | 
                            addEntry(SimpleEtl.Entry newEntry)Add a new entry to be transformed and if not filtered then loaded  | 
                        
 | 
                            public SimpleEtl.Entry | 
                            getEntry()Get the current entry to get type and get/put values as needed  | 
                        
 | 
                            public EntryTransform | 
                            loadCurrent(boolean load)By default the current entry is loaded only if no new entries are added; set to false to not load even if no entries are added (filter); set to true to load even if no new entries are added  | 
                        
| Methods inherited from class | Name | 
|---|---|
class java.lang.Object | 
                            java.lang.Object#wait(long), java.lang.Object#wait(long, int), java.lang.Object#wait(), java.lang.Object#equals(java.lang.Object), java.lang.Object#toString(), java.lang.Object#hashCode(), java.lang.Object#getClass(), java.lang.Object#notify(), java.lang.Object#notifyAll() | 
                        
Add a new entry to be transformed and if not filtered then loaded
Get the current entry to get type and get/put values as needed
By default the current entry is loaded only if no new entries are added; set to false to not load even if no entries are added (filter); set to true to load even if no new entries are added