Example usage for org.springframework.web.servlet.mvc.method.annotation AbstractMessageConverterMethodProcessor subclass-usage

List of usage examples for org.springframework.web.servlet.mvc.method.annotation AbstractMessageConverterMethodProcessor subclass-usage

Introduction

In this page you can find the example usage for org.springframework.web.servlet.mvc.method.annotation AbstractMessageConverterMethodProcessor subclass-usage.

Usage

From source file com.ufukuzun.myth.dialect.handler.AjaxRequestResponseBodyReturnValueHandler.java

public class AjaxRequestResponseBodyReturnValueHandler extends AbstractMessageConverterMethodProcessor {

    @Autowired
    private Myth myth;

    @Autowired