toggle menu
kraken-core
JVM
switch theme
search in API
kraken-core
/
fun.bigtable.kraken.annotation
/
EncryptMethod
Encrypt
Method
@
Documented
@
Target
(
value
=
[
ElementType.METHOD
]
)
@
Retention
(
value
=
RetentionPolicy.RUNTIME
)
@
Order
(
value
=
Ordered.HIGHEST_PRECEDENCE
)
annotation class
EncryptMethod
安全字段注解 加在需要加密/解密的方法上 实现自动加密解密
Members
Functions
annotation
Type
Link copied to clipboard
abstract
fun
annotationType
(
)
:
Class
<
out
Annotation
>
equals
Link copied to clipboard
abstract
fun
equals
(
p
:
Any
)
:
Boolean
field
Link copied to clipboard
abstract
fun
field
(
)
:
Array
<
String
>
hash
Code
Link copied to clipboard
abstract
fun
hashCode
(
)
:
Int
to
String
Link copied to clipboard
abstract
fun
toString
(
)
:
String
type
Link copied to clipboard
abstract
fun
type
(
)
:
SensitiveTypeEnum