public class ValidatorLoader extends Object
| Modifier and Type | Method and Description |
|---|---|
ValidatorGroup |
build(InputStream inputStream) |
ValidatorGroup |
build(Path path) |
static ValidatorLoader |
newInstance() |
ValidatorLoader |
put(String key,
Object value) |
ValidatorLoader |
putAll(Map<String,Object> values) |
public static ValidatorLoader newInstance()
public ValidatorLoader put(String key, Object value)
public ValidatorLoader putAll(Map<String,Object> values)
public ValidatorGroup build(Path path) throws IOException, ValidatorParsingException
IOExceptionValidatorParsingExceptionpublic ValidatorGroup build(InputStream inputStream) throws ValidatorParsingException
ValidatorParsingExceptionCopyright © 2023 NorStella. All rights reserved.