Example usage for org.springframework.core.convert.support ConversionUtils subclass-usage

List of usage examples for org.springframework.core.convert.support ConversionUtils subclass-usage

Introduction

In this page you can find the example usage for org.springframework.core.convert.support ConversionUtils subclass-usage.

Usage

From source file org.springframework.core.convert.support.ExtendedConversionUtils.java

/**
 * @author Lyor G.
 */
public abstract class ExtendedConversionUtils extends ConversionUtils {

    public static final <S, T> ExtendedConverter<S, T> extend(Class<S> srcType, Class<T> dstType,