Class ParameterAdapter
java.lang.Object
org.springframework.data.r2dbc.mapping.ParameterAdapter
- All Implemented Interfaces:
io.r2dbc.spi.Parameter
-
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
-
toString
-