类 Mapping

java.lang.Object
org.ssssssss.magicapi.utils.Mapping

public class Mapping extends Object
  • 字段概要

    字段
    修饰符和类型
    字段
    说明
    private final String
     
    private final org.springframework.web.servlet.mvc.method.RequestMappingInfo.BuilderConfiguration
     
    private static final boolean
     
    private final org.springframework.web.servlet.handler.AbstractHandlerMethodMapping<org.springframework.web.servlet.mvc.method.RequestMappingInfo>
     
  • 构造器概要

    构造器
    限定符
    构造器
    说明
    private
    Mapping(org.springframework.web.servlet.handler.AbstractHandlerMethodMapping<org.springframework.web.servlet.mvc.method.RequestMappingInfo> methodMapping, org.springframework.web.servlet.mvc.method.RequestMappingInfo.BuilderConfiguration config, String base)
     
  • 方法概要

    修饰符和类型
    方法
    说明
    static Mapping
    create(org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping mapping)
     
    static Mapping
    create(org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping mapping, String base)
     
    Map<org.springframework.web.servlet.mvc.method.RequestMappingInfo,org.springframework.web.method.HandlerMethod>
     
    org.springframework.web.servlet.mvc.method.RequestMappingInfo.Builder
    paths(String... paths)
     
    org.springframework.web.servlet.mvc.method.RequestMappingInfo
    register(String requestMethod, String path, Object handler, Method method)
     
    register(org.springframework.web.servlet.mvc.method.RequestMappingInfo requestMappingInfo, Object handler, Method method)
     
     
    unregister(org.springframework.web.servlet.mvc.method.RequestMappingInfo info)
     

    从类继承的方法 java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • 字段详细资料

    • methodMapping

      private final org.springframework.web.servlet.handler.AbstractHandlerMethodMapping<org.springframework.web.servlet.mvc.method.RequestMappingInfo> methodMapping
    • base

      private final String base
    • config

      private final org.springframework.web.servlet.mvc.method.RequestMappingInfo.BuilderConfiguration config
    • HAS_GET_PATTERN_PARSER

      private static final boolean HAS_GET_PATTERN_PARSER
  • 构造器详细资料

    • Mapping

      private Mapping(org.springframework.web.servlet.handler.AbstractHandlerMethodMapping<org.springframework.web.servlet.mvc.method.RequestMappingInfo> methodMapping, org.springframework.web.servlet.mvc.method.RequestMappingInfo.BuilderConfiguration config, String base)
  • 方法详细资料

    • create

      public static Mapping create(org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping mapping)
    • create

      public static Mapping create(org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping mapping, String base)
    • paths

      public org.springframework.web.servlet.mvc.method.RequestMappingInfo.Builder paths(String... paths)
    • register

      public Mapping register(org.springframework.web.servlet.mvc.method.RequestMappingInfo requestMappingInfo, Object handler, Method method)
    • register

      public org.springframework.web.servlet.mvc.method.RequestMappingInfo register(String requestMethod, String path, Object handler, Method method)
    • getHandlerMethods

      public Map<org.springframework.web.servlet.mvc.method.RequestMappingInfo,org.springframework.web.method.HandlerMethod> getHandlerMethods()
    • unregister

      public Mapping unregister(org.springframework.web.servlet.mvc.method.RequestMappingInfo info)
    • registerController

      public Mapping registerController(Object target)