supportsTapikResponseType
Returns whether this advice instance should handle the provided Tapik response type.
Generated Spring MVC code overrides this so multiple advice beans can coexist while each one only handles the response hierarchies declared in its generated source file.
Return
true when this advice should convert the response.
Parameters
responseType
declared controller return type.