| Package | Description |
|---|---|
| nl.basjes.parse.core |
| Modifier and Type | Method and Description |
|---|---|
static Parser.SetterPolicy |
Parser.SetterPolicy.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Parser.SetterPolicy[] |
Parser.SetterPolicy.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Parser<RECORD> |
Parser.addParseTarget(Method method,
Parser.SetterPolicy setterPolicy,
List<String> fieldValues) |
Parser<RECORD> |
Parser.addParseTarget(Method method,
Parser.SetterPolicy setterPolicy,
String fieldValue) |
Parser<RECORD> |
Parser.addParseTarget(String setterMethodName,
Parser.SetterPolicy setterPolicy,
String fieldValue) |
Copyright © 2019. All rights reserved.