public final class Parsable<RECORD> extends Object
| Constructor and Description |
|---|
Parsable(Parser<RECORD> parser,
RECORD record,
Map<String,Set<String>> typeRemappings) |
| Modifier and Type | Method and Description |
|---|---|
Parsable<RECORD> |
addDissection(String base,
String type,
String name,
double value)
Store a newly parsed value in the result set
|
Parsable<RECORD> |
addDissection(String base,
String type,
String name,
Double value)
Store a newly parsed value in the result set
|
Parsable<RECORD> |
addDissection(String base,
String type,
String name,
float value)
Store a newly parsed value in the result set
|
Parsable<RECORD> |
addDissection(String base,
String type,
String name,
Float value)
Store a newly parsed value in the result set
|
Parsable<RECORD> |
addDissection(String base,
String type,
String name,
int value)
Store a newly parsed value in the result set
|
Parsable<RECORD> |
addDissection(String base,
String type,
String name,
Integer value)
Store a newly parsed value in the result set
|
Parsable<RECORD> |
addDissection(String base,
String type,
String name,
long value)
Store a newly parsed value in the result set
|
Parsable<RECORD> |
addDissection(String base,
String type,
String name,
Long value)
Store a newly parsed value in the result set
|
Parsable<RECORD> |
addDissection(String base,
String type,
String name,
String value)
Store a newly parsed value in the result set
|
Parsable<RECORD> |
addDissection(String base,
String type,
String name,
Value value)
Store a newly parsed value in the result set
|
ParsedField |
getParsableField(String type,
String name) |
RECORD |
getRecord() |
Set<ParsedField> |
getToBeParsed() |
void |
setAsParsed(ParsedField parsedField) |
public Parsable<RECORD> addDissection(String base, String type, String name, int value) throws DissectionFailure
DissectionFailurepublic Parsable<RECORD> addDissection(String base, String type, String name, Integer value) throws DissectionFailure
DissectionFailurepublic Parsable<RECORD> addDissection(String base, String type, String name, long value) throws DissectionFailure
DissectionFailurepublic Parsable<RECORD> addDissection(String base, String type, String name, Long value) throws DissectionFailure
DissectionFailurepublic Parsable<RECORD> addDissection(String base, String type, String name, float value) throws DissectionFailure
DissectionFailurepublic Parsable<RECORD> addDissection(String base, String type, String name, Float value) throws DissectionFailure
DissectionFailurepublic Parsable<RECORD> addDissection(String base, String type, String name, double value) throws DissectionFailure
DissectionFailurepublic Parsable<RECORD> addDissection(String base, String type, String name, Double value) throws DissectionFailure
DissectionFailurepublic Parsable<RECORD> addDissection(String base, String type, String name, String value) throws DissectionFailure
DissectionFailurepublic Parsable<RECORD> addDissection(String base, String type, String name, Value value) throws DissectionFailure
DissectionFailurepublic ParsedField getParsableField(String type, String name)
public RECORD getRecord()
public void setAsParsed(ParsedField parsedField)
public Set<ParsedField> getToBeParsed()
Copyright © 2019. All rights reserved.