Generated by
JDiff

Class org.springframework.web.servlet.mvc.method.annotation.AbstractMessageConverterMethodProcessor

Added Methods
List<MediaType> getProducibleMediaTypes(HttpServletRequest, Class<?>, Type) Returns the media types that can be produced:
  • The producible media types specified in the request mappings, or
  • Media types of configured converters that can write the specific return value, or
  • MediaType.ALL