| Package | Description |
|---|---|
| icu.easyj.core.util.shortcode | |
| icu.easyj.core.util.shortcode.impls |
| Modifier and Type | Field and Description |
|---|---|
static IShortCodeService |
ShortCodeUtils.DEFAULT
默认的 短字符串服务
|
static IShortCodeService |
ShortCodeUtils.MIN_LENGTH
最小长度的 短字符串服务(默认最小长度5)
|
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultShortCodeServiceImpl
long型ID 与 短字符串 互相转换服务 默认实现
|
class |
MinIdShortCodeServiceImpl
long型ID 与 短字符串 互相转换服务
|
class |
MinLengthShortCodeServiceImpl
long型ID 与 短字符串 互相转换服务
基于默认实现的基础上,添加最小长度的功能 |
| Modifier and Type | Field and Description |
|---|---|
protected IShortCodeService |
MinIdShortCodeServiceImpl.shortCodeService |
| Modifier and Type | Method and Description |
|---|---|
IShortCodeService |
MinIdShortCodeServiceImpl.getShortCodeService() |
| Constructor and Description |
|---|
MinIdShortCodeServiceImpl(IShortCodeService shortCodeService,
long minId)
构造函数
|
Copyright © 2021–2022 EasyJ????. All rights reserved.