Package guru.mikelue.jdut.yaml

Main objects to convert YAML format of data grain to DuetConductor for testing.

YamlConductorFactory

This factory is the most important object to load YAML and convert the content to DuetConductor.
You may customize several building block by ConductorConfig:

Reader functions

The YamlConductorFactory.conductResource method accepts a string value of resource, which converts the value to a Reader object.
The conversion is performed by instance of Function<String, Reader>.
You could set conversion of your own by ConductorConfig.

ReaderFunctions provides default functions to load resource by various ClassLoader

See Also:
SnakeYaml