E - Type of list itempublic abstract class ListParseResult<E> extends Object
getParsedValues() and getUnsupportedValues() methods. Note:
the returned Lists may be un-modifiable, so it is recommended to avoid attempting changing the, returned
list(s)| Modifier | Constructor and Description |
|---|---|
protected |
ListParseResult(List<E> parsed,
List<String> unsupported) |
| Modifier and Type | Method and Description |
|---|---|
List<E> |
getParsedValues() |
List<String> |
getUnsupportedValues() |
String |
toString() |
public final List<E> getParsedValues()
List of successfully parsed value instances in the same order as they were encountered
during parsingpublic List<String> getUnsupportedValues()
List of unknown/unsupported configuration values for the factoriesCopyright © 2018–2020 The Apache Software Foundation. All rights reserved.