This commit is contained in:
Stephane Nicoll 2021-01-15 08:24:57 +01:00
parent 8f692a16c6
commit 9a53865c8f

View File

@ -50,6 +50,7 @@ public final class DataSourceUnwrapper {
* @param <I> the interface that the target type must implement
* @param <T> the target type
* @return an object that implements the target type or {@code null}
* @since 2.3.8
* @see Wrapper#unwrap(Class)
*/
public static <I, T extends I> T unwrap(DataSource dataSource, Class<I> unwrapInterface, Class<T> target) {