Class DiagnosticMetadataMapDeserializer

java.lang.Object
com.fasterxml.jackson.databind.JsonDeserializer<Map<String,DiagnosticMetadata>>
com.github._1c_syntax.bsl.languageserver.configuration.databind.DiagnosticMetadataMapDeserializer
All Implemented Interfaces:
NullValueProvider

public class DiagnosticMetadataMapDeserializer extends JsonDeserializer<Map<String,DiagnosticMetadata>>
Custom deserializer for Map<String, DiagnosticMetadata>. Converts JSON objects into DiagnosticMetadata annotation instances using geantyref's TypeFactory.