You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ReactiveWrappers.isAvailable() performs repetitive checks on classpath availability and supports(…) 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 using ClassUtils.resolvePrimitiveIfNecessary(type).