Package guru.mikelue.jdut.yaml
Main objects to convert YAML format of data grain to
This factory is the most important object to load YAML and convert the content to
You may customize several building block by
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
:
- The loader of resource
- The
SQLExceptionConvert
- The
operation factory
- The named
operators
- The named
decorations
- The named
JdbcFunction
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
-
Class Summary Class Description ReaderFunctions Defines the functions for reader.YamlConductorFactory The factory used to buildDuetConductor
by data definition of YAML format.YamlTags Defines the tags of JDUT used in YAML. -
Exception Summary Exception Description LoadingYamlException Represents the exception while loading YAML to conductor.