Enum Class的使用
cn.hamm.airpower.annotation.Desensitize.Type
使用Desensitize.Type的程序包
-
cn.hamm.airpower.annotation中Desensitize.Type的使用
修饰符和类型方法说明static Desensitize.TypeReturns the enum constant of this class with the specified name.static Desensitize.Type[]Desensitize.Type.values()Returns an array containing the constants of this enum class, in the order they are declared. -
cn.hamm.airpower.util中Desensitize.Type的使用
参数类型为Desensitize.Type的cn.hamm.airpower.util中的方法修饰符和类型方法说明final @NotNull StringStringUtil.desensitize(@NotNull String valueString, @NotNull Desensitize.Type type, int head, int tail, String symbol) 文本脱敏final @NotNull StringStringUtil.desensitize(@NotNull String text, Desensitize.Type type, int head, int tail) 文本脱敏