java.lang.Object
io.helidon.dbclient.jsonp.JsonProcessingMapper
- All Implemented Interfaces:
DbMapper<JsonObject>
Json processing mapper.
-
Method Summary
Modifier and TypeMethodDescriptionstatic JsonProcessingMappercreate()Get a JSON-P representation of this row.toIndexedParameters(JsonObject value) toNamedParameters(JsonObject value)
-
Method Details
-
create
- Returns:
- a new mapper
-
read
Get a JSON-P representation of this row.- Specified by:
readin interfaceDbMapper<JsonObject>- Returns:
- json object containing column name to column value.
-
toNamedParameters
- Specified by:
toNamedParametersin interfaceDbMapper<JsonObject>
-
toIndexedParameters
- Specified by:
toIndexedParametersin interfaceDbMapper<JsonObject>
-