auto-mapper-processor
Toggle table of contents
1.0.2
jvm
Platform filter
jvm
Switch theme
Search in API
auto-mapper-processor
auto-mapper-processor
/
io.github.rmorenko.automapper.exceptions
/
AnnotationNotPresent
Annotation
Not
Present
class
AnnotationNotPresent
(
annotation
:
KClass
<
*
>
)
:
RuntimeException
Exception thrown when a required annotation is not present.
Parameters
annotation
The type of the annotation.
Members
Constructors
Annotation
Not
Present
Link copied to clipboard
constructor
(
annotation
:
KClass
<
*
>
)
Properties
cause
Link copied to clipboard
open
val
cause
:
Throwable
?
message
Link copied to clipboard
open
val
message
:
String
?