Uses of Enum Class
com.luna.common.sensitive.FieldType
Packages that use FieldType
-
Uses of FieldType in com.luna.common.sensitive
Methods in com.luna.common.sensitive that return FieldTypeModifier and TypeMethodDescriptionstatic FieldTypeFieldType.parseFieldType(String fieldName) static FieldTypeReturns the enum constant of this class with the specified name.static FieldType[]FieldType.values()Returns an array containing the constants of this enum class, in the order they are declared.Method parameters in com.luna.common.sensitive with type arguments of type FieldTypeModifier and TypeMethodDescriptionstatic <T> voidSensitiveUtil.apply(T data, Map<FieldType, FieldConfig> config) 调用此方法进行脱敏static <T> SensitiveUtil.WithoutAnnotationUtil<T>SensitiveUtil.WithoutAnnotationUtil.create(T data, Map<FieldType, FieldConfig> config, java.util.function.Function<String, FieldType> fieldTypeFunction) 生成工具类static <T> SensitiveUtil.WithoutAnnotationUtil<T>SensitiveUtil.WithoutAnnotationUtil.create(T data, Map<FieldType, FieldConfig> config, java.util.function.Function<String, FieldType> fieldTypeFunction) 生成工具类static <T> voidstatic <T> voidSensitiveUtil.parse(T data, Map<FieldType, FieldConfig> config) static <T> voidSensitiveUtil.parse(T data, Map<FieldType, FieldConfig> config, java.util.function.Function<String, FieldType> fieldTypeFunction) 不使用注解的方式脱敏static <T> voidSensitiveUtil.parse(T data, Map<FieldType, FieldConfig> config, java.util.function.Function<String, FieldType> fieldTypeFunction) 不使用注解的方式脱敏