jimmer-ksp
0.8.59
jimmer-ksp
/
org.babyfish.jimmer.ksp.util
/
ConverterMetadata
Converter
Metadata
open
class
ConverterMetadata
(
sourceType
:
KSTypeArgument
,
targetType
:
KSTypeArgument
,
sourceTypeName
:
TypeName
,
targetTypeName
:
TypeName
)
Content copied to clipboard
Functions
Properties
Functions
equals
Link copied to clipboard
open
operator override
fun
equals
(
other
:
Any
?
)
:
Boolean
Content copied to clipboard
hash
Code
Link copied to clipboard
open
override
fun
hashCode
(
)
:
Int
Content copied to clipboard
to
List
Metadata
Link copied to clipboard
open
fun
toListMetadata
(
resolver
:
Resolver
)
:
ConverterMetadata
Content copied to clipboard
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String
Content copied to clipboard
Properties
sourceType
Link copied to clipboard
val
sourceType
:
KSTypeArgument
Content copied to clipboard
sourceTypeName
Link copied to clipboard
val
sourceTypeName
:
TypeName
Content copied to clipboard
targetType
Link copied to clipboard
val
targetType
:
KSTypeArgument
Content copied to clipboard
targetTypeName
Link copied to clipboard
val
targetTypeName
:
TypeName
Content copied to clipboard