| Package | Description |
|---|---|
| nl.basjes.parse.core |
| Modifier and Type | Method and Description |
|---|---|
Map<String,EnumSet<Casts>> |
Parser.getAllCasts() |
EnumSet<Casts> |
Parser.getCasts(String name)
Returns the casts possible for the specified path.
|
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 © 2019. All rights reserved.