public interface MappingDescriptionProvider
MappingDescriptionProvider
provides a List
of mapping descriptions
via implementation-specific introspection of an application context.Modifier and Type | Method and Description |
---|---|
Object |
describeMappings(ApplicationContext context)
Produce the descriptions of the mappings identified by this provider in the given
context . |
String |
getMappingName()
Returns the name of the mappings described by this provider.
|
String getMappingName()
Object describeMappings(ApplicationContext context)
context
.context
- the application context to introspect