Package app.coronawarn.server.services.distribution.assembly.appconfig.parsing
-
Class Summary Class Description DashToCamelCaseConstructor IncludeConstruct This extension to SnakeYaml allows to merge yaml files, e.g.:YamlConstructorForProtoBuf This Constructor implementation grants SnakeYaml compliance with the generated proto Java classes. -
Exception Summary Exception Description IncludeResolveFailedException This exception is raised in case SnakeYaml was not able to map the content of the include to the target data type.NoMessageBuilderOnClassException Indicates, that the target property for a YamlIncludeConstruct
is not a valid Protobuf Message, because they should contain a Message Builder.