<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>yoctoworks</author_name>
  <author_url>https://blog.hatena.ne.jp/yoctoworks/</author_url>
  <blog_title>KotlinDive</blog_title>
  <blog_url>https://kotlindive.hatenablog.jp/</blog_url>
  <categories>
    <anon>Kotlin入門</anon>
  </categories>
  <description>リフレクションとは リフレクションとは、プログラム内で宣言したクラスや関数、プロパティなどから、 それら自身の名前などの情報をプログラムの実行時に取得することです。 Kotlinでは、主に「::」を使ってリフレクションを取得します。 クラス クラスのリフレクションを取得するには、クラスそのものやオブジェクトの後ろに「::class」をつけます。 「::class」には様々なメンバーがあり、対象となったクラスのいろいろな情報を取得することができます。 import kotlin.reflect.full.declaredMembers fun main(args: Array) { printl…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fkotlindive.hatenablog.jp%2Fentry%2F2018%2F03%2F01%2F215611&quot; title=&quot;リフレクション - KotlinDive&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>2018-03-01 21:56:11</published>
  <title>リフレクション</title>
  <type>rich</type>
  <url>https://kotlindive.hatenablog.jp/entry/2018/03/01/215611</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
