ReflectionAnnotationSubTypeStep

class ReflectionAnnotationSubTypeStep(maxRecursionDepth: Int = 10)

Finds additional subtypes from SubType-annotation. An additional step to add missing subtype-supertype relations later may be required - see io.github.smiley4.schemakenerator.core.steps.ConnectSubTypesStep.

Parameters

maxRecursionDepth

how many "levels" to search for subtypes

Constructors

Link copied to clipboard
constructor(maxRecursionDepth: Int = 10)

Functions

Link copied to clipboard
fun process(data: KType): Bundle<KType>