public class RequestMappingInfoHandlerMethodMappingNamingStrategy extends ObjectSE implements HandlerMethodMappingNamingStrategy<RequestMappingInfo>
RequestMappingInfo ベースのハンドラーメソッドマッピングの HandlerMethodMappingNamingStrategy。RequestMappingInfo 名前属性が設定されている場合は、その値が使用されます。それ以外の場合は、クラス名の大文字、区切り文字としての "#"、メソッド名に基づいて名前が付けられます。たとえば、メソッド getFoo を持つ TestController という名前のクラスの場合は "TC#getFoo" になります。| コンストラクターと説明 |
|---|
RequestMappingInfoHandlerMethodMappingNamingStrategy() |
| 修飾子と型 | メソッドと説明 |
|---|---|
StringSE | getName(HandlerMethod handlerMethod, RequestMappingInfo mapping) 指定された HandlerMethod とマッピングの名前を決定します。 |
cloneSE, equalsSE, finalizeSE, getClassSE, hashCodeSE, notifySE, notifyAllSE, toStringSE, waitSE, waitSE, waitSEpublic RequestMappingInfoHandlerMethodMappingNamingStrategy()
public StringSE getName(HandlerMethod handlerMethod, RequestMappingInfo mapping)
HandlerMethodMappingNamingStrategyHandlerMethodMappingNamingStrategy<RequestMappingInfo> の getName handlerMethod - ハンドラーメソッド mapping - マッピング