public abstract class CopyBookMapperBase extends Object implements CopyBookMapper
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
debug |
protected List<CopyBookField> |
fields |
protected int |
maxRecordSize |
protected int |
minRecordSize |
protected boolean |
strict |
| Constructor and Description |
|---|
CopyBookMapperBase() |
| Modifier and Type | Method and Description |
|---|---|
protected int[] |
calculateSizes(List<CopyBookField> fields,
int level,
boolean debug) |
int |
getMaxRecordSize() |
int |
getMinRecordSize() |
void |
initialize(CopyBookSerializerConfig config) |
void |
setMaxRecordSize(int maxRecordSize) |
void |
setMinRecordSize(int minRecordSize) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitdeserialize, serializeprotected List<CopyBookField> fields
protected boolean debug
protected boolean strict
protected int maxRecordSize
protected int minRecordSize
public void initialize(CopyBookSerializerConfig config)
initialize in interface CopyBookMapperprotected int[] calculateSizes(List<CopyBookField> fields, int level, boolean debug)
public int getMinRecordSize()
getMinRecordSize in interface CopyBookMapperpublic void setMinRecordSize(int minRecordSize)
setMinRecordSize in interface CopyBookMapperpublic int getMaxRecordSize()
getMaxRecordSize in interface CopyBookMapperpublic void setMaxRecordSize(int maxRecordSize)
setMaxRecordSize in interface CopyBookMapperCopyright © 2016. All rights reserved.