Provides HttpMessageConverter implementations for handling Atom and RSS feeds. Based on the ROME tools project.
/** * Provides HttpMessageConverter implementations for handling Atom and RSS feeds. * Based on the <a href="https://github.com/rometools/rome">ROME tools</a> project. */
@NonNullApi @NonNullFields package org.springframework.http.converter.feed; import org.springframework.lang.NonNullApi; import org.springframework.lang.NonNullFields;