|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use YamlConfig | |
---|---|
org.ho.yaml | |
org.ho.yaml.wrapper |
Uses of YamlConfig in org.ho.yaml |
---|
Fields in org.ho.yaml declared as YamlConfig | |
---|---|
static YamlConfig |
Yaml.config
|
Methods in org.ho.yaml that return YamlConfig | |
---|---|
static YamlConfig |
YamlConfig.fromFile(java.lang.String filename)
Loads a YamlConfig from a Yaml configuration file |
static YamlConfig |
YamlConfig.fromResource(java.lang.String filename)
Loads a YamlConfig from a resource on the classpath |
YamlConfig |
YamlDecoder.getConfig()
returns the Jyaml configuration for this Decoder |
YamlConfig |
YamlEncoder.getConfig()
|
static YamlConfig |
YamlConfig.getDefaultConfig()
The default Jyaml configuration |
Methods in org.ho.yaml with parameters of type YamlConfig | |
---|---|
void |
YamlDecoder.setConfig(YamlConfig config)
set the Jyaml configuration for this decoder |
void |
YamlEncoder.setConfig(YamlConfig config)
|
Constructors in org.ho.yaml with parameters of type YamlConfig | |
---|---|
YamlDecoder(java.io.Reader reader,
YamlConfig config)
Creates a YamlDecoder that reads from specifed reader and YAML config. |
|
YamlEncoder(java.io.OutputStream out,
YamlConfig config)
Creates a YamlEncoder writing to specifed stream. |
Uses of YamlConfig in org.ho.yaml.wrapper |
---|
Methods in org.ho.yaml.wrapper with parameters of type YamlConfig | |
---|---|
void |
ObjectWrapper.setYamlConfig(YamlConfig config)
|
void |
AbstractWrapper.setYamlConfig(YamlConfig config)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |