Uses of Enum Class
cloud.opencode.base.json.annotation.JsonMask.MaskType
Packages that use JsonMask.MaskType
Package
Description
JSON Annotation - JSON Processing Annotations
JSON Annotation - JSON 处理注解
JSON Security - Security Features for JSON Processing
JSON Security - JSON 处理的安全特性
-
Uses of JsonMask.MaskType in cloud.opencode.base.json.annotation
Subclasses with type arguments of type JsonMask.MaskType in cloud.opencode.base.json.annotationMethods in cloud.opencode.base.json.annotation that return JsonMask.MaskTypeModifier and TypeMethodDescriptionstatic JsonMask.MaskTypeReturns the enum constant of this class with the specified name.static JsonMask.MaskType[]JsonMask.MaskType.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of JsonMask.MaskType in cloud.opencode.base.json.security
Methods in cloud.opencode.base.json.security with parameters of type JsonMask.MaskTypeModifier and TypeMethodDescriptionstatic StringJsonSecurity.mask(String value, JsonMask.MaskType type) Masks a string value based on mask type.static StringJsonSecurity.mask(String value, JsonMask.MaskType type, char maskChar) Masks a string value with custom mask character.