Class YamlConfigurationProperties

java.lang.Object
de.exlll.configlib.ConfigurationProperties
de.exlll.configlib.FileConfigurationProperties
de.exlll.configlib.YamlConfigurationProperties

public final class YamlConfigurationProperties extends de.exlll.configlib.FileConfigurationProperties
An extension of the FileConfigurationProperties class that allows configuring properties that are more specific to YAML files.
  • Constructor Details

    • YamlConfigurationProperties

      public YamlConfigurationProperties(YamlConfigurationProperties.Builder<?> builder)
      Constructs a new instance of this class with values taken from the given builder.
      Parameters:
      builder - the builder used to initialize the fields of this class
      Throws:
      NullPointerException - if the builder or any of its values is null
  • Method Details