• P
    Extend conditional conversion support · f13e3ad7
    Phillip Webb 提交于
    Introduce new ConditionalConversion interface that can be applied to
    Converter, ConverterFactory or GenericConverter interfaces to make
    them conditional. Prior to this commit the only
    ConditionalGenericConverter could be conditional.
    
    Issue: SPR-9928
    f13e3ad7
GenericConversionServiceTests.java 26.5 KB