Uses of Interface
org.jdbi.v3.json.JsonMapper
-
Packages that use JsonMapper Package Description org.jdbi.v3.gson2 org.jdbi.v3.jackson2 org.jdbi.v3.json org.jdbi.v3.json.internal -
-
Uses of JsonMapper in org.jdbi.v3.gson2
Classes in org.jdbi.v3.gson2 that implement JsonMapper Modifier and Type Class Description (package private) classGsonJsonMapper -
Uses of JsonMapper in org.jdbi.v3.jackson2
Classes in org.jdbi.v3.jackson2 that implement JsonMapper Modifier and Type Class Description (package private) classJacksonJsonMapper -
Uses of JsonMapper in org.jdbi.v3.json
Fields in org.jdbi.v3.json declared as JsonMapper Modifier and Type Field Description private JsonMapperJsonConfig. mapperMethods in org.jdbi.v3.json that return JsonMapper Modifier and Type Method Description JsonMapperJsonConfig. getJsonMapper()Methods in org.jdbi.v3.json with parameters of type JsonMapper Modifier and Type Method Description JsonConfigJsonConfig. setJsonMapper(JsonMapper jsonMapper) -
Uses of JsonMapper in org.jdbi.v3.json.internal
Classes in org.jdbi.v3.json.internal that implement JsonMapper Modifier and Type Class Description classUnimplementedJsonMapper
-