Initial Commit
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
package dev.coph.nextusweb.server.json;
|
||||
|
||||
import tools.jackson.databind.ObjectMapper;
|
||||
import tools.jackson.databind.json.JsonMapper;
|
||||
|
||||
|
||||
|
||||
public final class Json {
|
||||
public static final ObjectMapper MAPPER = JsonMapper.builder()
|
||||
// .addModule(new JavaTimeModule())
|
||||
.build();
|
||||
|
||||
private Json() {}
|
||||
}
|
||||
Reference in New Issue
Block a user