public class DefaultKeyNamingPolicy extends Object implements IKeyNamingPolicy
| 构造器和说明 |
|---|
DefaultKeyNamingPolicy() |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getKeyName(String key)
if
KeyNamingKit.getNaming() is "null" return key,
otherwise return KeyNamingKit.getNaming()+KeyNamingKit.NAMING_SEPARATOR+key |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetKeyNames, getKeyNames, mapKeyNamingpublic String getKeyName(String key)
KeyNamingKit.getNaming() is "null" return key,
otherwise return KeyNamingKit.getNaming()+KeyNamingKit.NAMING_SEPARATOR+keygetKeyName 在接口中 IKeyNamingPolicykey - Copyright © 2022. All rights reserved.