public class ConfigurationFactory extends Object
| Constructor and Description |
|---|
ConfigurationFactory() |
| Modifier and Type | Method and Description |
|---|---|
static com.fasterxml.jackson.databind.ObjectMapper |
createObjectMapper() |
Configuration |
read(File configFile) |
List<Configuration> |
read(List<File> configFiles) |
public static com.fasterxml.jackson.databind.ObjectMapper createObjectMapper()
public Configuration read(File configFile) throws IOException
IOExceptionpublic List<Configuration> read(List<File> configFiles) throws IOException
IOExceptionCopyright © 2016–2021 Fizzed, Inc. All rights reserved.