vertx / io.vertx.lang.reactivex / RxGen

RxGen

@Target([AnnotationTarget.CLASS, AnnotationTarget.FILE]) class RxGen

Associate an RxJava generated class with its original type, used for mapping the generated classes to their original type.

Author
Julien Viet

Constructors

<init>

RxGen(value: KClass<Any>)

Associate an RxJava generated class with its original type, used for mapping the generated classes to their original type.

Properties

value

val value: KClass<Any>