public class ExcelRowToUserTransformer<U extends User> extends ExcelRowToAbstractEntityTransformer<U>
User
Process.Event, Process.EventPoint
Modifier and Type | Field and Description |
---|---|
protected Class<U> |
type |
columnFieldMapping, idempotent, mode, modesSupported, nestedObjectInitMap, nonAssociatedMappers
listeners, processState
Constructor and Description |
---|
ExcelRowToUserTransformer() |
Modifier and Type | Method and Description |
---|---|
protected U |
getNewEntity()
Supplier of a new instance of the Entity
|
Class<U> |
getType()
The type of
User being created. |
void |
setType(Class<U> type)
The type of
User being created. |
init
getColumnIndex, getColumns, getDefaultValue, getEncoding, getTuple, getTupleIndex, getTupleIndexFromCol, getValue, isConvertBlankCellToNullValue, setConvertBlankCellToNullValue, setEncoding
identifyNode, transform
consumeIntermediateObjects, getColumnFieldMapping, getEntityAccessTransformer, getMode, getModesSupported, getNestedObjectInitMap, getNonAssiciatedMappers, getNonAssociatedMappers, getValue, init, isIdempotent, nestedInit, processValue, setColumnFieldMapping, setEntity, setEntityAccessTransformer, setIdempotent, setMode, setModesSupported, setNestedObjectInitMap, setNonAssociatedMappers
addListener, getListeners, onChangeHandler, setListeners
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getMode, getModesSupported, setMode
protected U getNewEntity()
ExcelRowToAbstractEntityTransformer
getNewEntity
in class ExcelRowToAbstractEntityTransformer<U extends User>
Copyright © 2018. All rights reserved.