| Modifier and Type | Class and Description |
|---|---|
class |
GsonConfigurationLoader
A loader for JSON-formatted configurations, using the jackson library for parsing and generation
|
| Modifier and Type | Class and Description |
|---|---|
class |
HoconConfigurationLoader
A loader for HOCON (Hodor)-formatted configurations, using the typesafe config library for parsing
|
| Modifier and Type | Class and Description |
|---|---|
class |
JSONConfigurationLoader
A loader for JSON-formatted configurations, using the jackson library for parsing and generation
|
| Modifier and Type | Method and Description |
|---|---|
abstract AbstractConfigurationLoader |
AbstractConfigurationLoader.Builder.build() |
| Modifier and Type | Class and Description |
|---|---|
class |
YAMLConfigurationLoader
A loader for YAML-formatted configurations, using the snakeyaml library for parsing
|
Copyright © 2014–2017. All rights reserved.