Uses of Interface
icu.easyj.core.util.shortcode.IShortCodeService
Packages that use IShortCodeService
-
Uses of IShortCodeService in icu.easyj.core.util.shortcode
Fields in icu.easyj.core.util.shortcode declared as IShortCodeServiceModifier and TypeFieldDescriptionstatic final IShortCodeServiceShortCodeUtils.DEFAULT默认的 短字符串服务static final IShortCodeServiceShortCodeUtils.MIN_LENGTH最小长度的 短字符串服务(默认最小长度5) -
Uses of IShortCodeService in icu.easyj.core.util.shortcode.impls
Classes in icu.easyj.core.util.shortcode.impls that implement IShortCodeServiceModifier and TypeClassDescriptionclasslong型ID 与 短字符串 互相转换服务 默认实现classlong型ID 与 短字符串 互相转换服务classlong型ID 与 短字符串 互相转换服务
基于默认实现的基础上,添加最小长度的功能Fields in icu.easyj.core.util.shortcode.impls declared as IShortCodeServiceModifier and TypeFieldDescriptionprotected final IShortCodeServiceMinIdShortCodeServiceImpl.shortCodeServiceMethods in icu.easyj.core.util.shortcode.impls that return IShortCodeServiceConstructors in icu.easyj.core.util.shortcode.impls with parameters of type IShortCodeServiceModifierConstructorDescriptionMinIdShortCodeServiceImpl(IShortCodeService shortCodeService, long minId) 构造函数