<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>aueki36</author_name>
  <author_url>https://blog.hatena.ne.jp/aueki36/</author_url>
  <blog_title>システムエンジニアの備忘録</blog_title>
  <blog_url>https://aueki36.hatenablog.com/</blog_url>
  <categories>
  </categories>
  <description>こんにちは！ 知ってはいたんですが、具体的な実装方法がすぐに出てこなかったのでメモ 以下は使う手順です。 Objectのクラス定義を行う Jackson ObjectMapperを使う 終わり。 簡単ですね！ それでは実際にどうするのか見てみましょう！ Objectクラス定義 public class Human { private int id; private String gender; // Getter &amp; Setter } Json文字列 [{id: 1, type: &quot;Man&quot;},{id: 2, type: &quot;Women&quot;}] まずはJson→Object プログラムコード Ob…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Faueki36.hatenablog.com%2Fentry%2F2022%2F06%2F11%2F172145&quot; title=&quot;Json⇔Object　変換　簡単 - システムエンジニアの備忘録&quot; class=&quot;embed-card embed-blogcard&quot; scrolling=&quot;no&quot; frameborder=&quot;0&quot; style=&quot;display: block; width: 100%; height: 190px; max-width: 500px; margin: 10px 0px;&quot;&gt;&lt;/iframe&gt;</html>
  <image_url></image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2022-06-11 17:21:45</published>
  <title>Json⇔Object　変換　簡単</title>
  <type>rich</type>
  <url>https://aueki36.hatenablog.com/entry/2022/06/11/172145</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
