GenerableDetail

data class GenerableDetail<T : Any?>


A structure to hold the fields read from a Generable class and its Guide fields.

Summary

Nested types

Holds the details of a single property in a Generable class, including its metadata and constraints specified by the Guide annotation.

Public constructors

<T : Any?> GenerableDetail(
    description: String,
    guideDetails: List<GenerableDetail.GuideDetail>
)

Public constructors

GenerableDetail

<T : Any?> GenerableDetail(
    description: String,
    guideDetails: List<GenerableDetail.GuideDetail>
)

Public properties

description

val descriptionString