KotlinX-Schema
Toggle table of contents
0.0.1-SNAPSHOT
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
KotlinX-Schema
kotlinx-schema-generator-core
/
kotlinx.schema.generator.core.ir
/
SchemaIntrospector
Schema
Introspector
interface
SchemaIntrospector
<
T
>
(
source
)
A facade for building
TypeGraph
from a particular source (e.g. KSP or Serialization).
Inheritors
ReflectionFunctionIntrospector
ReflectionIntrospector
Members
Functions
introspect
Link copied to clipboard
abstract
fun
introspect
(
root
:
T
)
:
TypeGraph