Uses of Class
dev.crafty.core.config.YamlConfigurationWrapper
Packages that use YamlConfigurationWrapper
-
Uses of YamlConfigurationWrapper in dev.crafty.core.config.serializer
Methods in dev.crafty.core.config.serializer that return YamlConfigurationWrapperModifier and TypeMethodDescriptionConfigSerializer.SerializationArgs.parent()
Returns the value of theparent
record component.Constructors in dev.crafty.core.config.serializer with parameters of type YamlConfigurationWrapperModifierConstructorDescriptionSerializationArgs
(T value, SectionWrapper section, YamlConfigurationWrapper parent, String path, File configFile) SerializationArgs
(T value, SectionWrapper section, YamlConfigurationWrapper parent, String path, File configFile, boolean save) Creates an instance of aSerializationArgs
record class.SerializationArgs
(T value, YamlConfigurationWrapper parent, String path, File configFile)