objectMapper

val objectMapper: ObjectMapper

This instances JSON-ObjectMapper used across ServerPackCreator with which this instance was initialized. By default, the ObjectMapper used across ServerPackCreator has the following features set:

  • disabled: DeserializationFeature.FAIL_ON_UNKNOWN_PROPERTIES

  • enabled: DeserializationFeature.ACCEPT_SINGLE_VALUE_AS_ARRAY

  • enabled: JsonReadFeature.ALLOW_UNESCAPED_CONTROL_CHARS

Return

Json-ObjectMapper to parse and read JSON.

Author

Griefed