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

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

Introduction

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

Usage

From source file co.paralleluniverse.springframework.web.servlet.mvc.method.annotation.FiberRequestMappingHandlerAdapter.java

/**
 * An {@link AbstractHandlerMethodAdapter} that supports {@link HandlerMethod}s
 * with the signature -- method argument and return types, defined in
 * {@code @RequestMapping}.
 *
 * <p>