Class AbstractConfig.EntryWrapper

java.lang.Object
com.electronwill.nightconfig.core.AbstractConfig.EntryWrapper
All Implemented Interfaces:
Config.Entry, UnmodifiableConfig.Entry
Direct Known Subclasses:
AbstractCommentedConfig.CommentedEntryWrapper
Enclosing class:
AbstractConfig

protected static class AbstractConfig.EntryWrapper extends Object implements Config.Entry
A wrapper around a Map.Entry<String, Object>.
See Also: