| Package | Description |
|---|---|
| nl.basjes.parse.core |
| Modifier and Type | Method and Description |
|---|---|
abstract void |
Disector.disect(Parsable<?> parsable,
String inputname)
This method must disect the provided field from the parsable into 'smaller' pieces.
|
RECORD |
Parser.parse(RECORD record,
String value)
Parse the value and call all configured setters in the provided instance of RECORD.
|
RECORD |
Parser.parse(String value)
Parse the value and return a new instance of RECORD.
|
Copyright © 2014. All Rights Reserved.