Class ParameterAdapter
java.lang.Object
org.springframework.data.r2dbc.mapping.ParameterAdapter
- All Implemented Interfaces:
io.r2dbc.spi.Parameter
Adapter for a
Parameter to an Parameter.- Since:
- 4.1
- Author:
- Christoph Strobl
-
Nested Class Summary
Nested classes/interfaces inherited from interface io.r2dbc.spi.Parameter
io.r2dbc.spi.Parameter.In, io.r2dbc.spi.Parameter.Out -
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
ParameterAdapter
-
-
Method Details
-
wrap
Wraps aParameterinto anParameter.- Parameters:
parameter-- Returns:
- new instance of
ParameterAdapter.
-
getType
public io.r2dbc.spi.Type getType()- Specified by:
getTypein interfaceio.r2dbc.spi.Parameter
-
getValue
- Specified by:
getValuein interfaceio.r2dbc.spi.Parameter
-
equals
-
hashCode
public int hashCode() -
toString
-