EncryptMethod

@Order(value = Ordered.HIGHEST_PRECEDENCE)
annotation class EncryptMethod

安全字段注解 加在需要加密/解密的方法上 实现自动加密解密

Functions

Link copied to clipboard
abstract fun annotationType(): Class<out Annotation>
Link copied to clipboard
abstract fun equals(p: Any): Boolean
Link copied to clipboard
abstract fun field(): Array<String>
Link copied to clipboard
abstract fun hashCode(): Int
Link copied to clipboard
abstract fun toString(): String
Link copied to clipboard
abstract fun type(): SensitiveTypeEnum