Introduce IndexAccessor SPI to customize the SpEL Indexer

See gh-26409
See gh-26478
This commit is contained in:
ljmn3211
2021-02-01 10:50:39 +08:00
committed by Sam Brannen
parent d6e9562aeb
commit 50a0000ed7
7 changed files with 312 additions and 1 deletions

View File

@@ -8,4 +8,6 @@ dependencies {
testImplementation(testFixtures(project(":spring-core")))
testImplementation("org.jetbrains.kotlin:kotlin-reflect")
testImplementation("org.jetbrains.kotlin:kotlin-stdlib")
testImplementation("com.fasterxml.jackson.core:jackson-databind")
testImplementation("com.fasterxml.jackson.core:jackson-core")
}