Uses of Class
com.zetaplugins.zetacore.services.config.ConfigMappingException
Packages that use ConfigMappingException
-
Uses of ConfigMappingException in com.zetaplugins.zetacore.services.config
Methods in com.zetaplugins.zetacore.services.config that throw ConfigMappingExceptionModifier and TypeMethodDescriptionstatic <T> TConfigMapper.map(FileConfiguration fileConfiguration, Class<T> configClass) Map values from a FileConfiguration into a new instance of the provided configClass.