Class YamlValueWriter

java.lang.Object
com.mrivanplays.annotationconfig.yaml.YamlValueWriter
All Implemented Interfaces:
com.mrivanplays.annotationconfig.core.resolver.ValueWriter

public final class YamlValueWriter extends Object implements com.mrivanplays.annotationconfig.core.resolver.ValueWriter
Represents the default yaml value writer. It uses homebrew writing to support comments.
Since:
2.1.0
Author:
MrIvanPlays
  • Constructor Details

  • Method Details

    • write

      public void write(Map<String,Object> values, Map<String,List<String>> fieldComments, PrintWriter writer, com.mrivanplays.annotationconfig.core.resolver.settings.Settings settings)
      Specified by:
      write in interface com.mrivanplays.annotationconfig.core.resolver.ValueWriter