Module technology.sola.json
Package technology.sola.json.mapper
package technology.sola.json.mapper
This package provides classes for mapping between Java objects and JSON.
-
InterfacesClassDescriptionJsonMapper<T>JsonMapper defines how a class will be converted to and from
JsonObject
s.