public class DefaultKeyNamingPolicy extends Object implements IKeyNamingPolicy
| Constructor and Description |
|---|
DefaultKeyNamingPolicy() |
| Modifier and Type | Method and Description |
|---|---|
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 in interface IKeyNamingPolicykey - Copyright © 2021. All rights reserved.