Performance improvements in ReactiveWrappers
and ConvertingPropertyAccessor
#2546
Labels
type: enhancement
A general enhancement
Milestone
ReactiveWrappers.isAvailable()
performs repetitive checks on classpath availability andsupports(…)
could cache the outcome on a per-type basis to avoid looping through the registry.ConvertingPropertyAccessor.convertIfNecessary(…)
should avoid calling the conversion service if the target type is a primitive by usingClassUtils.resolvePrimitiveIfNecessary(type)
.Findings originate from spring-projects/spring-data-cassandra#1218.
The text was updated successfully, but these errors were encountered: