Class SetToStringConverter

    • Constructor Detail

      • SetToStringConverter

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

      • convert

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