2021-04-19から1日間の記事一覧

Jackson の 日付時刻の読込み

JSR310 Date And Time API に従ったJacksonは、 jackson-datatype-jsr310 を使用する。 Maven 利用なら、pom.xml は、全部で <dependency> <groupId>com.fasterxml.jackson.core</groupId> <artifactId>jackson-databind</artifactId> <version>2.12.3</version> </dependency> <dependency> <groupId>com.fasterxml.jackson.core</groupId> </dependency>