@Deprecated
@FunctionalInterface
public interface ConverterProvider
Modifier and Type | Method and Description |
---|---|
<T,U> Converter<T,U> |
provide(java.lang.Class<T> tType,
java.lang.Class<U> uType)
Deprecated.
Provide a converter that can convert between
<T> and
<U> types. |
<T,U> Converter<T,U> provide(java.lang.Class<T> tType, java.lang.Class<U> uType)
<T>
and
<U>
types.Copyright © 2018. All Rights Reserved.