FieldInfo

constructor(name: String, type: KSType, isNullable: Boolean, hasDefault: Boolean, isComputed: Boolean, fieldMapTargets: Map<String, List<String>>, isIgnored: Boolean, convertWith: ConverterDirective? = null, convertToDirective: ConverterDirective? = null, convertFromDirective: ConverterDirective? = null, validators: List<String> = emptyList(), ignoreDefaultValue: Boolean = false)