Class ObjectValueToStringConverter

    • Constructor Detail

      • ObjectValueToStringConverter

        public ObjectValueToStringConverter​(com.fasterxml.jackson.databind.ObjectMapper objectMapper)
    • Method Detail

      • convert

        public String convert​(ObjectValue source)
        Specified by:
        convert in interface org.springframework.core.convert.converter.Converter<ObjectValue,​String>