|=== |Path|Type|Description |`+*+` |`+Array+` |Dispatcher handler mappings, if any, keyed by dispatcher handler bean name. |`+*.[].details+` |`+Object+` |Additional implementation-specific details about the mapping. Optional. |`+*.[].handler+` |`+String+` |Handler for the mapping. |`+*.[].predicate+` |`+String+` |Predicate for the mapping. |`+*.[].details.requestMappingConditions+` |`+Object+` |Details of the request mapping conditions. |`+*.[].details.requestMappingConditions.consumes+` |`+Varies+` |Details of the consumes condition |`+*.[].details.requestMappingConditions.consumes.[].mediaType+` |`+Varies+` |Consumed media type. |`+*.[].details.requestMappingConditions.consumes.[].negated+` |`+Varies+` |Whether the media type is negated. |`+*.[].details.requestMappingConditions.headers+` |`+Varies+` |Details of the headers condition. |`+*.[].details.requestMappingConditions.headers.[].name+` |`+Varies+` |Name of the header. |`+*.[].details.requestMappingConditions.headers.[].value+` |`+Varies+` |Required value of the header, if any. |`+*.[].details.requestMappingConditions.headers.[].negated+` |`+Varies+` |Whether the value is negated. |`+*.[].details.requestMappingConditions.methods+` |`+Varies+` |HTTP methods that are handled. |`+*.[].details.requestMappingConditions.params+` |`+Varies+` |Details of the params condition. |`+*.[].details.requestMappingConditions.params.[].name+` |`+Varies+` |Name of the parameter. |`+*.[].details.requestMappingConditions.params.[].value+` |`+Varies+` |Required value of the parameter, if any. |`+*.[].details.requestMappingConditions.params.[].negated+` |`+Varies+` |Whether the value is negated. |`+*.[].details.requestMappingConditions.patterns+` |`+Varies+` |Patterns identifying the paths handled by the mapping. |`+*.[].details.requestMappingConditions.produces+` |`+Varies+` |Details of the produces condition. |`+*.[].details.requestMappingConditions.produces.[].mediaType+` |`+Varies+` |Produced media type. |`+*.[].details.requestMappingConditions.produces.[].negated+` |`+Varies+` |Whether the media type is negated. |`+*.[].details.handlerMethod+` |`+Object+` |Details of the method, if any, that will handle requests to this mapping. |`+*.[].details.handlerMethod.className+` |`+String+` |Fully qualified name of the class of the method. |`+*.[].details.handlerMethod.name+` |`+String+` |Name of the method. |`+*.[].details.handlerMethod.descriptor+` |`+String+` |Descriptor of the method as specified in the Java Language Specification. |`+*.[].details.handlerFunction+` |`+Object+` |Details of the function, if any, that will handle requests to this mapping. |`+*.[].details.handlerFunction.className+` |`+String+` |Fully qualified name of the class of the function. |===