JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
io.r2dbc.spi
Interface Wrapped<T>
Type Parameters:
T
- The R2DBC SPI type being wrapped
public interface
Wrapped<T>
Indicates that an instance wraps a concrete implementation of an R2DBC SPI interface. A wrapper is expected to implement this interface so that callers can extract the original instance.
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method and Description
T
unwrap
()
Returns the original instance wrapped by this object.
Method Detail
unwrap
T
unwrap()
Returns the original instance wrapped by this object.
Returns:
the original instance wrapped by this object
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
Copyright © 2021. All rights reserved.