tech.ferus.util.config.transformer.MapTransformer Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of ConfigKeys Show documentation
Show all versions of ConfigKeys Show documentation
ConfigKeys is a simple wrapper for zml's Configurate, providing a more stream-lined way to access configuration on-the-fly.
The newest version!
package tech.ferus.util.config.transformer;
import com.google.common.collect.Maps;
import ninja.leaping.configurate.ConfigurationNode;
import java.util.Map;
/**
* Intended to transform convert a {@link ConfigurationNode} map
* into a map of whatever is specified.
*
* @param the type of key to convert to
* @param the type of value to convert to
*/
public class MapTransformer implements Transformer
© 2015 - 2025 Weber Informatics LLC | Privacy Policy