Class HoconConfigurationFormat
java.lang.Object
org.spongepowered.configurate.loader.AbstractConfigurationFormat<CommentedConfigurationNode,HoconConfigurationLoader,HoconConfigurationLoader.Builder>
org.spongepowered.configurate.hocon.HoconConfigurationFormat
- All Implemented Interfaces:
ConfigurationFormat
public final class HoconConfigurationFormat
extends AbstractConfigurationFormat<CommentedConfigurationNode,HoconConfigurationLoader,HoconConfigurationLoader.Builder>
A
ConfigurationFormat
for the HOCON configuration loader.
This format should not be used directly, but instead accessed
through methods on ConfigurationFormat
.
- Since:
- 4.2.0
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.spongepowered.configurate.loader.AbstractConfigurationFormat
create, create, create, create, id, supportedExtensions
-
Constructor Details
-
HoconConfigurationFormat
public HoconConfigurationFormat()For use by service loader only.- Since:
- 4.2.0
-