KMapper
Toggle table of contents
2.2.2
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
KMapper
processor
/
com.sahsenvar.kmapper.processor.model
/
TypeInfo
Type
Info
data
class
TypeInfo
(
val
qualifiedName
:
String
,
val
simpleName
:
String
,
val
isNullable
:
Boolean
,
val
isCollection
:
Boolean
,
val
elementType
:
KSType
?
)
Information about a type involved in mapping.
Members
Constructors
Type
Info
Link copied to clipboard
constructor
(
qualifiedName
:
String
,
simpleName
:
String
,
isNullable
:
Boolean
,
isCollection
:
Boolean
,
elementType
:
KSType
?
)
Properties
element
Type
Link copied to clipboard
val
elementType
:
KSType
?
is
Collection
Link copied to clipboard
val
isCollection
:
Boolean
is
Nullable
Link copied to clipboard
val
isNullable
:
Boolean
qualified
Name
Link copied to clipboard
val
qualifiedName
:
String
simple
Name
Link copied to clipboard
val
simpleName
:
String