Class SnakeYamlConfigurationFactory<C>

java.lang.Object
space.arim.dazzleconf.factory.AbstractConfigurationFactory<C>
space.arim.dazzleconf.ext.snakeyaml.SnakeYamlConfigurationFactory<C>
Type Parameters:
C - the configuration type
All Implemented Interfaces:
ConfigurationFactory<C>

public class SnakeYamlConfigurationFactory<C> extends AbstractConfigurationFactory<C>
A ConfigurationFactory implementation using SnakeYAML to load a yaml configuration.

Note: Relying on the identity of this class is deprecated, for example relying on this class implementing ConfigurationFactory. In a future major release, the implementation of the factory returned from the create methods may be refactored.
Author:
A248