AbstractJacksonLocalizationMapReader

constructor(context: BContext, objectMapper: ObjectMapper)(source)

Constructs a AbstractJacksonLocalizationMapReader with the default LocalizationTemplateFunction.

Parameters

context

Main framework context

objectMapper

Object mapper with support for any data format (such as JSON, YAML and TOML)


constructor(objectMapper: ObjectMapper, templateFunction: LocalizationTemplateFunction)(source)

Parameters

objectMapper

Object mapper with support for any data format (such as JSON, YAML and TOML)

templateFunction

Function returning a LocalizationTemplate from the template string and locale