openapi-validator
0.1.0
jvm
core
/
io.github.stefankoppier.openapi.validator.core.rules.primitives
/
AnyRule
/
instanceof
instanceof
fun
<
T
:
Any
>
instanceof
(
clazz
:
KClass
<
T
>
)
:
AnyRule
(
source
)
Validate that the element is of type
clazz
.
Return
The rule on which this method has been invoked.