JsonMapperUtil (record)
API
JsonMapperUtil.java
record JsonMapperUtil {
JsonMapperUtil instance() (1)
JsonMapperUtil instance(PrettyPrinting prettyPrinting)
JsonRepresentation read(String json)
T read(String json, Class<T> requiredType)
String write(Object object)
}
| 1 | instance()
Returns a org.apache.causeway.viewer.restfulobjects.applib.util.JsonMapperUtil.PrettyPrinting#ENABLE pretty-printing enabled JSON mapper. |