public class EntityProcessor<I> extends CodingSchemeIdAwareProcessor implements org.springframework.batch.item.ItemProcessor<I,CodingSchemeIdHolder<Entity>>
Constructor and Description |
---|
EntityProcessor() |
Modifier and Type | Method and Description |
---|---|
EntityResolver<I> |
getEntityResolver()
Gets the entity resolver.
|
CodingSchemeIdHolder<Entity> |
process(I item) |
void |
setEntityResolver(EntityResolver<I> entityResolver)
Sets the entity resolver.
|
getCodingSchemeIdSetter, setCodingSchemeIdSetter
public CodingSchemeIdHolder<Entity> process(I item) throws java.lang.Exception
process
in interface org.springframework.batch.item.ItemProcessor<I,CodingSchemeIdHolder<Entity>>
java.lang.Exception
public EntityResolver<I> getEntityResolver()
public void setEntityResolver(EntityResolver<I> entityResolver)
entityResolver
- the new entity resolver