protected static final class DataTypeParser.ErrorCollector extends Object
| Modifier and Type | Field and Description |
|---|---|
protected Collection<ParsingException> |
errors |
| Modifier | Constructor and Description |
|---|---|
protected |
ErrorCollector() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
record(ParsingException e) |
protected void |
send(Consumer<Collection<ParsingException>> errorHandler) |
protected Collection<ParsingException> errors
protected void record(ParsingException e)
protected void send(Consumer<Collection<ParsingException>> errorHandler)
Copyright © 2020 JBoss by Red Hat. All rights reserved.