public interface IdWrapper<I extends Serializable>
| 限定符和类型 | 接口和说明 |
|---|---|
static class |
IdWrapper.Simple<I extends Serializable> |
| 限定符和类型 | 方法和说明 |
|---|---|
static <T extends Serializable> |
build(T id) |
I |
getId() |
default String |
toCacheKey() |
I getId()
default String toCacheKey()
static <T extends Serializable> IdWrapper.Simple<T> build(T id)
Copyright © 2021 DOYToWin. All rights reserved.