spring-framework / org.springframework.http.converter.xml / Jaxb2CollectionHttpMessageConverter / canWrite

canWrite

open fun canWrite(clazz: Class<*>, @Nullable mediaType: MediaType): Boolean
open fun canWrite(@Nullable type: Type, @Nullable clazz: Class<*>, @Nullable mediaType: MediaType): Boolean

Always returns false since Jaxb2CollectionHttpMessageConverter does not convert collections to XML.