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