@FunctionalInterface public interface UnwrapperProvider
Unwrapper
SPI which is used to override the
default behaviour when unwrapping JDBC types through
Wrapper.unwrap(Class)
.Modifier and Type | Method and Description |
---|---|
Unwrapper |
provide()
Provide an unwrapper for JDBC types.
|
Unwrapper provide()
Copyright © 2020. All rights reserved.