moshi
1.14.0
moshi
/
com.squareup.moshi
/
JsonQualifier
Json
Qualifier
@
Target
(
value
=
ANNOTATION_TYPE
)
@
Retention
(
value
=
RUNTIME
)
@
Documented
annotation class
JsonQualifier
Content copied to clipboard
Annotates another annotation, causing it to specialize how values are encoded and decoded.
Functions
Functions
annotation
Type
Link copied to clipboard
abstract
fun
annotationType
(
)
:
Class
<
out
Annotation
>
Content copied to clipboard
equals
Link copied to clipboard
abstract
fun
equals
(
p
:
Any
)
:
Boolean
Content copied to clipboard
hash
Code
Link copied to clipboard
abstract
fun
hashCode
(
)
:
Int
Content copied to clipboard
to
String
Link copied to clipboard
abstract
fun
toString
(
)
:
String
Content copied to clipboard