| Package | Description |
|---|---|
| org.oncoblocks.centromere.core.dataimport | |
| org.oncoblocks.centromere.core.util |
| Modifier and Type | Class and Description |
|---|---|
class |
GenericRecordProcessor<T extends Model<?>>
Basic
RecordProcessor implementation, which can be used to handle most file import jobs. |
| Modifier and Type | Method and Description |
|---|---|
void |
DataTypeProcessorRegistry.add(RecordProcessor processor)
Adds a new data type processor mapping, if the submitted processor has a
DataTypes
annotation or implements the DataTypeSupport interface. |
| Modifier and Type | Method and Description |
|---|---|
void |
DataTypeProcessorRegistry.add(Class<? extends RecordProcessor> type)
Searches the
ApplicationContext for RecordProcessor beans and attempts to
register them. |
Copyright © 2016. All rights reserved.