@DefaultQualifier(org.checkerframework.checker.nullness.qual.NonNull.class)
Package org.spongepowered.configurate.hocon
Configuration loader for the HOCON library.
Due to limitations in the library currently used, this loader does not respect nodes' map factories. This means that ordering in configurations will not be preserved.
-
Class Summary Class Description HoconConfigurationLoader A loader for HOCON (Hodor)-formatted configurations, using the lightbend config library for parsing and generation.HoconConfigurationLoader.Builder Builds aHoconConfigurationLoader
.