接口 MappingDescriptionProvider

    • 方法概要

      所有方法 实例方法 抽象方法 
      修饰符和类型方法说明
      ObjectdescribeMappings​(org.springframework.context.ApplicationContext context)
      Produce the descriptions of the mappings identified by this provider in the given context.
      StringgetMappingName()
      Returns the name of the mappings described by this provider.
    • 方法详细资料

      • getMappingName

        String getMappingName()
        Returns the name of the mappings described by this provider.
        返回:
        the name of the mappings
      • describeMappings

        Object describeMappings​(org.springframework.context.ApplicationContext context)
        Produce the descriptions of the mappings identified by this provider in the given context.
        参数:
        context - the application context to introspect
        返回:
        the mapping descriptions