Package | Description |
---|---|
org.milyn.yaml |
Modifier and Type | Method and Description |
---|---|
YamlReaderConfigurator |
YamlReaderConfigurator.setAliasAttributeName(String aliasAttributeName)
The name of the alias attribute when the aliasStrategy is REFER or REFER_RESOLVER.
|
YamlReaderConfigurator |
YamlReaderConfigurator.setAliasStrategy(AliasStrategy aliasStrategy)
The strategy how to handle YAML anchors and aliases.
|
YamlReaderConfigurator |
YamlReaderConfigurator.setAnchorAttributeName(String anchorAttributeName)
The name of the anchor attribute when the aliasStrategy is REFER or REFER_RESOLVER.
|
YamlReaderConfigurator |
YamlReaderConfigurator.setArrayElementName(String arrayElementName)
The element name of a array element.
|
YamlReaderConfigurator |
YamlReaderConfigurator.setDocumentName(String documentName)
The element name of the yaml document declaration.
|
YamlReaderConfigurator |
YamlReaderConfigurator.setIllegalElementNameCharReplacement(String illegalElementNameCharReplacement)
If illegal characters are encountered in a YAML element name then they
are replaced with this value.
|
YamlReaderConfigurator |
YamlReaderConfigurator.setIndent(boolean indent)
Add indentation character data to the generated event stream.
|
YamlReaderConfigurator |
YamlReaderConfigurator.setKeyMap(Map<String,String> keyMap)
Defines a YAML element name mapping.
|
YamlReaderConfigurator |
YamlReaderConfigurator.setKeyPrefixOnNumeric(String keyPrefixOnNumeric)
The prefix character to add if the YAML node name starts with a number.
|
YamlReaderConfigurator |
YamlReaderConfigurator.setKeyWhitspaceReplacement(String keyWhitspaceReplacement)
The replacement character for whitespaces in a YAML map key.
|
YamlReaderConfigurator |
YamlReaderConfigurator.setRootName(String rootName)
The element name of the document root.
|
YamlReaderConfigurator |
YamlReaderConfigurator.setTargetProfile(String targetProfile)
The profile on which this reader is used
|
Copyright © 2020. All rights reserved.