Example usage for org.springframework.web.servlet.mvc.condition AbstractRequestCondition subclass-usage

List of usage examples for org.springframework.web.servlet.mvc.condition AbstractRequestCondition subclass-usage

Introduction

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

Usage

From source file com.iflytek.edu.cloud.frame.spring.rest.ServiceMethodRequestCondition.java

public class ServiceMethodRequestCondition extends AbstractRequestCondition<ServiceMethodRequestCondition> {

    private String method;

    private String version;