SPI to implement Converters for the type conversion system.
/** * SPI to implement Converters for the type conversion system. */
@NonNullApi @NonNullFields package org.springframework.core.convert.converter; import org.springframework.lang.NonNullApi; import org.springframework.lang.NonNullFields;