Uses of Enum Class
cloud.opencode.base.log.enhance.LogMasking.MaskingStrategy
Packages that use LogMasking.MaskingStrategy
Package
Description
Enhanced Logging - Advanced Logging Features
增强日志 - 高级日志功能
-
Uses of LogMasking.MaskingStrategy in cloud.opencode.base.log.enhance
Subclasses with type arguments of type LogMasking.MaskingStrategy in cloud.opencode.base.log.enhanceModifier and TypeClassDescriptionstatic enumMasking strategies for different data types.Methods in cloud.opencode.base.log.enhance that return LogMasking.MaskingStrategyModifier and TypeMethodDescriptionstatic LogMasking.MaskingStrategyReturns the enum constant of this class with the specified name.static LogMasking.MaskingStrategy[]LogMasking.MaskingStrategy.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in cloud.opencode.base.log.enhance with parameters of type LogMasking.MaskingStrategyModifier and TypeMethodDescriptionstatic StringLogMasking.mask(String value, LogMasking.MaskingStrategy strategy) Masks a value using the specified strategy.static voidLogMasking.registerRule(String fieldName, LogMasking.MaskingStrategy strategy) Registers a masking rule for a field name.