Java org.springframework.web.servlet.mvc.method RequestMappingInfo fields, constructors, methods, implement or subclass

Example usage for Java org.springframework.web.servlet.mvc.method RequestMappingInfo fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.springframework.web.servlet.mvc.method RequestMappingInfo.

The text is from its open source code.

Constructor

Method

ConsumesRequestConditiongetConsumesCondition()
Return the "consumes" condition of this RequestMappingInfo ; or instance with 0 consumes expressions (never null ).
RequestConditiongetCustomCondition()
Return the "custom" condition of this RequestMappingInfo , or null .
HeadersRequestConditiongetHeadersCondition()
Return the "headers" condition of this RequestMappingInfo ; or instance with 0 header expressions (never null ).
RequestMethodsRequestConditiongetMethodsCondition()
Return the HTTP request methods of this RequestMappingInfo ; or instance with 0 request methods (never null ).
ParamsRequestConditiongetParamsCondition()
Return the "parameters" condition of this RequestMappingInfo ; or instance with 0 parameter expressions (never null ).
PatternsRequestConditiongetPatternsCondition()
Return the URL patterns of this RequestMappingInfo ; or instance with 0 patterns (never null ).
ProducesRequestConditiongetProducesCondition()
Return the "produces" condition of this RequestMappingInfo ; or instance with 0 produces expressions (never null ).