-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Description
Spring Framework 6.2 introduces dedicated support for indexing into custom structures via a new IndexAccessor
SPI, with a corresponding CompilableIndexAccessor
SPI and a ReflectiveIndexAccessor
implementation.
Spring Integration should consider introducing a JsonIndexAccessor
as a companion to the existing JsonPropertyAccessor
, potentially removing some (if not all) of the "indexing" related functionality from JsonPropertyAccessor
, thereby allowing the JsonPropertyAccessor
to focus on property access while the JsonIndexAccessor
focuses on index access.
Documentation on the new features in Spring Framework can be found in the reference manual.
In addition, a proof-of-concept JacksonArrayNodeIndexAccessor
can be found in Spring Framework's test suite: