Interface MappingDescriptionProvider

All Known Implementing Classes:
DispatcherHandlersMappingDescriptionProvider, DispatcherServletsMappingDescriptionProvider, FiltersMappingDescriptionProvider, ServletsMappingDescriptionProvider

public interface MappingDescriptionProvider
A MappingDescriptionProvider provides a List of mapping descriptions through implementation-specific introspection of an application context.
Since:
2.0.0
Author:
Andy Wilkinson
  • Method Summary

    Modifier and Type
    Method
    Description
    Produce the descriptions of the mappings identified by this provider in the given context.
    Returns the name of the mappings described by this provider.
  • Method Details

    • getMappingName

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

      Object describeMappings(ApplicationContext context)
      Produce the descriptions of the mappings identified by this provider in the given context.
      Parameters:
      context - the application context to introspect
      Returns:
      the mapping descriptions