public interface NameMapper
| Modifier and Type | Method and Description |
|---|---|
static NameMapper |
direct()
Returns input Redisson object name.
|
String |
map(String name)
Applies map function to input
name |
String |
unmap(String name)
Applies unmap function to input mapped
name to get original name. |
String map(String name)
namename - - original Redisson object nameString unmap(String name)
name to get original name.name - - mapped namestatic NameMapper direct()
Copyright © 2014–2021 Redisson. All rights reserved.