Class AbstractFormatter<E extends IniElement>

java.lang.Object
org.aoju.bus.setting.format.AbstractFormatter<E>
All Implemented Interfaces:
ElementFormatter<E>
Direct Known Subclasses:
CommentFormatter, PropertyFormatter, SectionFormatter

public abstract class AbstractFormatter<E extends IniElement> extends Object implements ElementFormatter<E>
将字符串值的格式设置为IniElement 除了CommentElementFormatter之外,所有元素格式化程序都还需要注释元素格式化程序
Since:
Java 17+
Author:
Kimi Liu