Package mcp.mobius.waila.api
Interface IJsonConfig.Commenter
- Enclosing interface:
IJsonConfig<T>
public static interface IJsonConfig.Commenter
A custom commenter.
-
Method Summary
Modifier and TypeMethodDescriptiongetComment
(List<String> path) Returns the comment for the specified path.
-
Method Details
-
getComment
Returns the comment for the specified path.- Parameters:
path
- a list containing the nested path of the entry, empty list means the root object
-