Interface IJsonConfig.Commenter

Enclosing interface:
IJsonConfig<T>

public static interface IJsonConfig.Commenter
A custom commenter.
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns the comment for the specified path.
  • Method Details

    • getComment

      @Nullable @Nullable String getComment(List<String> path)
      Returns the comment for the specified path.
      Parameters:
      path - a list containing the nested path of the entry, empty list means the root object