Skip to content

Commit 8fd4763

Browse files
committed
enable conversion of private classes and private properties
1 parent baefa9a commit 8fd4763

File tree

2 files changed

+2
-0
lines changed
  • core
    • generated-sources/src/main/kotlin/org/jetbrains/kotlinx/dataframe/impl/api
    • src/main/kotlin/org/jetbrains/kotlinx/dataframe/impl/api

2 files changed

+2
-0
lines changed

core/generated-sources/src/main/kotlin/org/jetbrains/kotlinx/dataframe/impl/api/toDataFrame.kt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -163,6 +163,7 @@ internal fun convertToDataFrame(
163163
}
164164
}
165165
property.javaField?.isAccessible = true
166+
property.isAccessible = true
166167

167168
var nullable = false
168169
var hasExceptions = false

core/src/main/kotlin/org/jetbrains/kotlinx/dataframe/impl/api/toDataFrame.kt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -163,6 +163,7 @@ internal fun convertToDataFrame(
163163
}
164164
}
165165
property.javaField?.isAccessible = true
166+
property.isAccessible = true
166167

167168
var nullable = false
168169
var hasExceptions = false

0 commit comments

Comments
 (0)