Class JsonToMapConverter<K,V>
java.lang.Object
com.google.cloud.spanner.r2dbc.springdata.JsonToMapConverter<K,V>
- All Implemented Interfaces:
org.springframework.core.convert.converter.Converter<com.google.cloud.spanner.r2dbc.v2.JsonWrapper,
Map<K, V>>
@ReadingConverter
public class JsonToMapConverter<K,V>
extends Object
implements org.springframework.core.convert.converter.Converter<com.google.cloud.spanner.r2dbc.v2.JsonWrapper,Map<K,V>>
JsonWrapper to Map converter.
-
Constructor Details
-
JsonToMapConverter
@Autowired public JsonToMapConverter(com.google.gson.Gson gson)
-
-
Method Details