open fun canWrite(clazz: Class<*>, @Nullable mediaType: MediaType): Booleanopen fun canWrite(@Nullable type: Type, @Nullable clazz: Class<*>, @Nullable mediaType: MediaType): Boolean
Always returns false since Jaxb2CollectionHttpMessageConverter does not convert collections to XML.