Interface YamlConstructorPlugin
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
register(YamlConstructorContext context)
Register YAML constructor modifications.
-
-
-
Method Detail
-
register
void register(YamlConstructorContext context)
Register YAML constructor modifications.- Parameters:
context
- Context
-
-