Package org.spongepowered.configurate.hocon
@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.
-
ClassesClassDescriptionA
ConfigurationFormat
for the HOCON configuration loader.A loader for HOCON (Hodor)-formatted configurations, using the lightbend config library for parsing and generation.Builds aHoconConfigurationLoader
.