Package | Description |
---|---|
com.neurosys.etl.common.mapper.behaviors | |
com.neurosys.etl.common.transformers | |
com.neurosys.modules.etl | |
com.neurosys.user.etl |
Modifier and Type | Method and Description |
---|---|
EntityFieldSetter<E,V> |
SetEntityFieldMapperBehavior.getProcessor()
Takes in the main Entity type of the transformation process and initializes whatever fields are require and then sets it
|
Modifier and Type | Method and Description |
---|---|
void |
SetEntityFieldMapperBehavior.setProcessor(EntityFieldSetter<E,V> processor)
Takes in the main Entity type of the transformation process and initializes whatever fields are require and then sets it
|
Modifier and Type | Method and Description |
---|---|
Map<String,EntityFieldSetter> |
ParamsRequestToEntitiesTransformer.getEntityFieldSetters()
Map form field to an
EntityFieldSetter where conventionally BeanUtils cannot work over the entity field to set it |
Modifier and Type | Method and Description |
---|---|
void |
ParamsRequestToEntitiesTransformer.setEntityFieldSetters(Map<String,EntityFieldSetter> entityFieldSetters)
Map form field to an
EntityFieldSetter where conventionally BeanUtils cannot work over the entity field to set it |
Modifier and Type | Class and Description |
---|---|
class |
AttributesSetter<A extends Attributes<A,V>,V>
|
Modifier and Type | Method and Description |
---|---|
EntityFieldSetter<E,Object> |
EntityBabyPersistTransformer.getFieldPersist()
Once the new born object is persisted the resultant entity is put back into the parent.
|
Modifier and Type | Method and Description |
---|---|
void |
EntityBabyPersistTransformer.setFieldPersist(EntityFieldSetter<E,Object> fieldPersist)
Once the new born object is persisted the resultant entity is put back into the parent.
|
Modifier and Type | Class and Description |
---|---|
static class |
UserFormTransformer.UserIdSetter |
Copyright © 2018. All rights reserved.