| Package | Description |
|---|---|
| tech.spiro.addrparser.common | |
| tech.spiro.addrparser.io | |
| tech.spiro.addrparser.io.file | |
| tech.spiro.addrparser.io.rdbms |
| Modifier and Type | Method and Description |
|---|---|
static RegionInfo |
RegionConverter.convert(RegionDTO regionDTO) |
| Modifier and Type | Method and Description |
|---|---|
RegionDTO |
RegionDataInput.read()
Read region data
|
| Modifier and Type | Method and Description |
|---|---|
void |
RegionDataReport.record(RegionDTO regionDTO) |
void |
RegionDataOutput.write(RegionDTO regionDTO)
Write region data
|
| Modifier and Type | Method and Description |
|---|---|
RegionDTO |
JSONFileRegionDataInput.read() |
| Modifier and Type | Method and Description |
|---|---|
protected abstract byte[] |
BinaryFileRegionDataOutput.serialize(RegionDTO regionDTO) |
void |
BinaryFileRegionDataOutput.write(RegionDTO regionDTO) |
void |
JSONFileRegionDataOutput.write(RegionDTO regionDTO) |
| Modifier and Type | Class and Description |
|---|---|
class |
RdbmsRegionDTOWrapper
Rdbms wrapper of
RegionDTO, add support of read from and write to rdbms. |
| Modifier and Type | Method and Description |
|---|---|
RegionDTO |
RdbmsRegionDataInput.read() |
| Modifier and Type | Method and Description |
|---|---|
void |
RdbmsRegionDataOutput.write(RegionDTO regionDTO) |
| Constructor and Description |
|---|
RdbmsRegionDTOWrapper(RegionDTO regionDTO) |
Copyright © 2019. All rights reserved.