Class SuggestionFieldListConverter

  • All Implemented Interfaces:
    javax.persistence.AttributeConverter<List<JpaSuggestionField>,​String>

    public class SuggestionFieldListConverter
    extends com.broadleafcommerce.common.jpa.converter.AbstractListConverter<JpaSuggestionField>
    • Constructor Detail

      • SuggestionFieldListConverter

        public SuggestionFieldListConverter​(@Nullable @Qualifier("converterObjectMapper")
                                            com.fasterxml.jackson.databind.ObjectMapper objectMapper)