Package | Description |
---|---|
org.milyn.yaml |
Modifier and Type | Method and Description |
---|---|
static AliasStrategy |
AliasStrategy.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AliasStrategy[] |
AliasStrategy.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
YamlReaderConfigurator |
YamlReaderConfigurator.setAliasStrategy(AliasStrategy aliasStrategy)
The strategy how to handle YAML anchors and aliases.
|
Copyright © 2020. All rights reserved.