かつのりの日記2

わんくまでは珍しいJavaを中心とした日記です

目次

Blog 利用状況

書庫

日記カテゴリ

いろいろリンク

リフレクション その3

今度は非publicメンバに対するリフレクションです。非publicメンバに対しては、getDeclaredXXXXというメソッドが用意されています。対応表にすると以下のようになります。

公開レベル メンバ 列挙 名前指定
public メソッド java.lang.Class#getMethods() java.lang.Class#getMethod(String,Class[])
public フィールド java.lang.Class#getFields() java.lang.Class#getField(String)
public コンストラクタ java.lang.Class#getConstructors() java.lang.Class#getConstructor(Class[])
非public メソッド java.lang.Class#getDeclaredMethods() java.lang.Class#getDeclaredMethod(String,Class[])
非public フィールド java.lang.Class#getDeclaredFields() java.lang.Class#getDeclaredField(String)
非public コンストラクタ java.lang.Class#getDeclaredConstructors() java.lang.Class#getDeclaredConstructor(Class[])

非publicと書くとpublic以外のメンバが返されるのかなと誤解させてしまいますが、返されるメンバはそのクラスに直接定義されたメンバが返されます。getXXX()とgetDeclaredXXX()の違いは、公開インターフェイスとなるpublicな全てのメンバを返すのか、そのクラスの直接定義されたメンバを返すのかの違いになります。

非publicなメンバに対してpublicメンバ同様実行などが可能ですが、必要な手続きがあります。

setAccessibleというメソッドをinvoke前に実行しています。これはアクセス元から見て通常ではアクセスできないメンバに対してアクセスが出来るようにする為のフラグの設定です。セキュリティマネージャが存在しても極力設定できるように特権で設定しています。

実際には同一クラス内のメンバを取得している為、上記例では不要な処理ですが、通常自分自身のメンバを取得する為に使用するケースは少なく、様々なクラスのメンバを取得して実行するケースが殆どなので、このようにして使うと覚えておくとよいでしょう。

ちなみにターゲットとなるクラスの親クラスのprotectedなメソッドを取得するには、ちょっと工夫が必要です。ターゲットのクラスに対してgetMethodを使ってもpublicではないので取得できません。また直接定義されているメンバではないのでgetDeclaredMethodでも取得できません。こういうときは、ターゲットのクラスの親クラスを参照します。実際には以下のようなコードで取得します。

指定したメソッドが見つからない場合、NoSuchMethodExceptionがスローされるのでその例外をキャッチした場合はターゲットのクラスの親クラスを取得しています。親クラスがnullの場合Object型になっているのでそれ以上は諦めます。

 

このように公開レベルを無視してメンバの処理ができますが、カプセル化を破壊する事になりますので、使用する時は注意が必要です。

投稿日時 : 2007年5月1日 22:40

Feedback

# I have read so many posts on the topic of the blogger lovers however this piece of writing is in fact a pleasant article, keep it up. 2019/04/05 3:08 I have read so many posts on the topic of the blog

I have read so many posts on the topic of the blogger lovers however this piece of
writing is in fact a pleasant article, keep it up.

# Excellent post! We are linking to this great content on our website. Keep up the good writing. 2019/04/08 3:50 Excellent post! We are linking to this great conte

Excellent post! We are linking to this great content on our website.
Keep up the good writing.

# Heya i'm for the first time here. I found this board and I find It really helpful & it helped me out much. I hope to provide something back and help others such as you aided me. 2019/06/08 0:04 Heya i'm for the first time here. I found this boa

Heya i'm for the first time here. I found this board and I find
It really helpful & it helped me out much. I hope to provide something back and help others such as you aided me.

# Hello, i think that i saw you visited my website thus i came to “return the favor”.I am attempting to find things to improve my website!I suppose its ok to use some of your ideas!! 2019/07/11 12:01 Hello, i think that i saw you visited my website t

Hello, i think that i saw you visited my website thus i came to “return the favor”.I am attempting to find things to improve my website!I suppose its ok to use some of
your ideas!!

# If you would like to obtain much from this article then you have to apply such methods to your won blog. 2019/07/26 6:56 If you would like to obtain much from this article

If you would like to obtain much from this article then you have to apply such methods to your won blog.

# If you would like to obtain much from this article then you have to apply such methods to your won blog. 2019/07/26 6:57 If you would like to obtain much from this article

If you would like to obtain much from this article then you have to apply such methods to your won blog.

# If you would like to obtain much from this article then you have to apply such methods to your won blog. 2019/07/26 6:58 If you would like to obtain much from this article

If you would like to obtain much from this article then you have to apply such methods to your won blog.

# If you would like to obtain much from this article then you have to apply such methods to your won blog. 2019/07/26 6:59 If you would like to obtain much from this article

If you would like to obtain much from this article then you have to apply such methods to your won blog.

# Hey! I know this is somewhat off topic but I was wondering which blog platform are you using for this website? I'm getting fed up of Wordpress because I've had problems with hackers and I'm looking at options for another platform. I would be fantastic if 2019/07/26 16:17 Hey! I know this is somewhat off topic but I was w

Hey! I know this is somewhat off topic but I was wondering which blog platform are you using for this website?
I'm getting fed up of Wordpress because I've had problems with hackers and I'm looking at options for another platform.
I would be fantastic if you could point me in the direction of a good
platform. plenty of fish natalielise

# Hey! I know this is somewhat off topic but I was wondering which blog platform are you using for this website? I'm getting fed up of Wordpress because I've had problems with hackers and I'm looking at options for another platform. I would be fantastic if 2019/07/26 16:18 Hey! I know this is somewhat off topic but I was w

Hey! I know this is somewhat off topic but I was wondering which blog platform are you using for this website?
I'm getting fed up of Wordpress because I've had problems with hackers and I'm looking at options for another platform.
I would be fantastic if you could point me in the direction of a good
platform. plenty of fish natalielise

# Hey! I know this is somewhat off topic but I was wondering which blog platform are you using for this website? I'm getting fed up of Wordpress because I've had problems with hackers and I'm looking at options for another platform. I would be fantastic if 2019/07/26 16:19 Hey! I know this is somewhat off topic but I was w

Hey! I know this is somewhat off topic but I was wondering which blog platform are you using for this website?
I'm getting fed up of Wordpress because I've had problems with hackers and I'm looking at options for another platform.
I would be fantastic if you could point me in the direction of a good
platform. plenty of fish natalielise

# Hey! I know this is somewhat off topic but I was wondering which blog platform are you using for this website? I'm getting fed up of Wordpress because I've had problems with hackers and I'm looking at options for another platform. I would be fantastic if 2019/07/26 16:20 Hey! I know this is somewhat off topic but I was w

Hey! I know this is somewhat off topic but I was wondering which blog platform are you using for this website?
I'm getting fed up of Wordpress because I've had problems with hackers and I'm looking at options for another platform.
I would be fantastic if you could point me in the direction of a good
platform. plenty of fish natalielise

# pMgobSqhxnnh 2021/07/03 4:11 https://www.blogger.com/profile/060647091882378654

Really enjoyed this blog.Much thanks again. Great.

# erectile clamp 2021/07/07 16:11 hydroxychloriquine

long term effects of plaquenil https://plaquenilx.com/# hydroxychlorophine

# re: ??????????3 2021/07/09 11:54 side effects hydroxychloroquine

how does chloroquine work https://chloroquineorigin.com/# define hydrochloric

# re: ??????????3 2021/07/25 14:41 what is hydroxychloroquine used for arthritis

choloriquine https://chloroquineorigin.com/# define chloro

# You need to be a part of a contest for one of the best sites on the web. I am going to highly recommend this web site! 2021/08/23 10:42 You need to be a part of a contest for one of the

You need to be a part of a contest for one of the best sites on the web.

I am going to highly recommend this web site!

# You need to be a part of a contest for one of the best sites on the web. I am going to highly recommend this web site! 2021/08/23 10:43 You need to be a part of a contest for one of the

You need to be a part of a contest for one of the best sites on the web.

I am going to highly recommend this web site!

# You need to be a part of a contest for one of the best sites on the web. I am going to highly recommend this web site! 2021/08/23 10:44 You need to be a part of a contest for one of the

You need to be a part of a contest for one of the best sites on the web.

I am going to highly recommend this web site!

# You need to be a part of a contest for one of the best sites on the web. I am going to highly recommend this web site! 2021/08/23 10:45 You need to be a part of a contest for one of the

You need to be a part of a contest for one of the best sites on the web.

I am going to highly recommend this web site!

# Hi friends, how is the whole thing, and what you wish for to say concerning this post, in my view its actually amazing for me. 2021/08/24 11:20 Hi friends, how is the whole thing, and what you w

Hi friends, how is the whole thing, and what you wish
for to say concerning this post, in my view its actually amazing for me.

# Hi friends, how is the whole thing, and what you wish for to say concerning this post, in my view its actually amazing for me. 2021/08/24 11:21 Hi friends, how is the whole thing, and what you w

Hi friends, how is the whole thing, and what you wish
for to say concerning this post, in my view its actually amazing for me.

# Hi friends, how is the whole thing, and what you wish for to say concerning this post, in my view its actually amazing for me. 2021/08/24 11:22 Hi friends, how is the whole thing, and what you w

Hi friends, how is the whole thing, and what you wish
for to say concerning this post, in my view its actually amazing for me.

# Hi friends, how is the whole thing, and what you wish for to say concerning this post, in my view its actually amazing for me. 2021/08/24 11:23 Hi friends, how is the whole thing, and what you w

Hi friends, how is the whole thing, and what you wish
for to say concerning this post, in my view its actually amazing for me.

# Ahaa, its good dialogue on the topic of this post at this place at this weblog, I have read all that, so at this time me also commenting at this place. 2021/08/25 22:38 Ahaa, its good dialogue on the topic of this post

Ahaa, its good dialogue on the topic of this post at
this place at this weblog, I have read all that, so at this time me also commenting at this place.

# Hey! I just wanted to ask if you ever have any issues with hackers? My last blog (wordpress) was hacked and I ended up losing several weeks of hard work due to no data backup. Do you have any methods to prevent hackers? 2021/09/02 4:04 Hey! I just wanted to ask if you ever have any iss

Hey! I just wanted to ask if you ever have any issues
with hackers? My last blog (wordpress) was hacked and I ended up losing several weeks of hard work
due to no data backup. Do you have any methods to prevent hackers?

# Hey! I just wanted to ask if you ever have any issues with hackers? My last blog (wordpress) was hacked and I ended up losing several weeks of hard work due to no data backup. Do you have any methods to prevent hackers? 2021/09/02 4:05 Hey! I just wanted to ask if you ever have any iss

Hey! I just wanted to ask if you ever have any issues
with hackers? My last blog (wordpress) was hacked and I ended up losing several weeks of hard work
due to no data backup. Do you have any methods to prevent hackers?

# Hey! I just wanted to ask if you ever have any issues with hackers? My last blog (wordpress) was hacked and I ended up losing several weeks of hard work due to no data backup. Do you have any methods to prevent hackers? 2021/09/02 4:06 Hey! I just wanted to ask if you ever have any iss

Hey! I just wanted to ask if you ever have any issues
with hackers? My last blog (wordpress) was hacked and I ended up losing several weeks of hard work
due to no data backup. Do you have any methods to prevent hackers?

# Hey! I just wanted to ask if you ever have any issues with hackers? My last blog (wordpress) was hacked and I ended up losing several weeks of hard work due to no data backup. Do you have any methods to prevent hackers? 2021/09/02 4:07 Hey! I just wanted to ask if you ever have any iss

Hey! I just wanted to ask if you ever have any issues
with hackers? My last blog (wordpress) was hacked and I ended up losing several weeks of hard work
due to no data backup. Do you have any methods to prevent hackers?

# Hello, i think that i noticed you visited my weblog thus i got here to return the desire?.I am attempting to find things to improve my site!I assume its adequate to use a few of your ideas!! 2021/09/04 22:13 Hello, i think that i noticed you visited my weblo

Hello, i think that i noticed you visited my weblog thus i got
here to return the desire?.I am attempting to find things to
improve my site!I assume its adequate to use a few of your ideas!!

# Hello, i think that i noticed you visited my weblog thus i got here to return the desire?.I am attempting to find things to improve my site!I assume its adequate to use a few of your ideas!! 2021/09/04 22:14 Hello, i think that i noticed you visited my weblo

Hello, i think that i noticed you visited my weblog thus i got
here to return the desire?.I am attempting to find things to
improve my site!I assume its adequate to use a few of your ideas!!

# Hello, i think that i noticed you visited my weblog thus i got here to return the desire?.I am attempting to find things to improve my site!I assume its adequate to use a few of your ideas!! 2021/09/04 22:15 Hello, i think that i noticed you visited my weblo

Hello, i think that i noticed you visited my weblog thus i got
here to return the desire?.I am attempting to find things to
improve my site!I assume its adequate to use a few of your ideas!!

# Hello, i think that i noticed you visited my weblog thus i got here to return the desire?.I am attempting to find things to improve my site!I assume its adequate to use a few of your ideas!! 2021/09/04 22:16 Hello, i think that i noticed you visited my weblo

Hello, i think that i noticed you visited my weblog thus i got
here to return the desire?.I am attempting to find things to
improve my site!I assume its adequate to use a few of your ideas!!

# My brother recommended I might like this website. He was totally right. This post actually made my day. You cann't imagine just how much time I had spent for this information! Thanks! 2021/09/05 16:43 My brother recommended I might like this website.

My brother recommended I might like this website. He
was totally right. This post actually made my day. You cann't imagine just how much time I had spent for this information! Thanks!

# My brother recommended I might like this website. He was totally right. This post actually made my day. You cann't imagine just how much time I had spent for this information! Thanks! 2021/09/05 16:44 My brother recommended I might like this website.

My brother recommended I might like this website. He
was totally right. This post actually made my day. You cann't imagine just how much time I had spent for this information! Thanks!

# My brother recommended I might like this website. He was totally right. This post actually made my day. You cann't imagine just how much time I had spent for this information! Thanks! 2021/09/05 16:46 My brother recommended I might like this website.

My brother recommended I might like this website. He
was totally right. This post actually made my day. You cann't imagine just how much time I had spent for this information! Thanks!

# My brother recommended I might like this website. He was totally right. This post actually made my day. You cann't imagine just how much time I had spent for this information! Thanks! 2021/09/05 16:47 My brother recommended I might like this website.

My brother recommended I might like this website. He
was totally right. This post actually made my day. You cann't imagine just how much time I had spent for this information! Thanks!

# Excellent blog here! Additionally your website loads up very fast! What web host are you using? Can I get your associate hyperlink to your host? I wish my website loaded up as fast as yours lol quest bars http://j.mp/3jZgEA2 quest bars 2021/09/10 13:31 Excellent blog here! Additionally your website loa

Excellent blog here! Additionally your website loads up very fast!
What web host are you using? Can I get your associate hyperlink to your host?
I wish my website loaded up as fast as yours lol
quest bars http://j.mp/3jZgEA2 quest bars

# Excellent blog here! Additionally your website loads up very fast! What web host are you using? Can I get your associate hyperlink to your host? I wish my website loaded up as fast as yours lol quest bars http://j.mp/3jZgEA2 quest bars 2021/09/10 13:32 Excellent blog here! Additionally your website loa

Excellent blog here! Additionally your website loads up very fast!
What web host are you using? Can I get your associate hyperlink to your host?
I wish my website loaded up as fast as yours lol
quest bars http://j.mp/3jZgEA2 quest bars

# Excellent blog here! Additionally your website loads up very fast! What web host are you using? Can I get your associate hyperlink to your host? I wish my website loaded up as fast as yours lol quest bars http://j.mp/3jZgEA2 quest bars 2021/09/10 13:33 Excellent blog here! Additionally your website loa

Excellent blog here! Additionally your website loads up very fast!
What web host are you using? Can I get your associate hyperlink to your host?
I wish my website loaded up as fast as yours lol
quest bars http://j.mp/3jZgEA2 quest bars

# Excellent blog here! Additionally your website loads up very fast! What web host are you using? Can I get your associate hyperlink to your host? I wish my website loaded up as fast as yours lol quest bars http://j.mp/3jZgEA2 quest bars 2021/09/10 13:34 Excellent blog here! Additionally your website loa

Excellent blog here! Additionally your website loads up very fast!
What web host are you using? Can I get your associate hyperlink to your host?
I wish my website loaded up as fast as yours lol
quest bars http://j.mp/3jZgEA2 quest bars

# I just could not leave your website prior to suggesting that I really loved the standard information a person provide in your guests? Is going to be again regularly in order to check out new posts quest bars https://www.iherb.com/search?kw=quest%20bars 2021/09/14 12:20 I just could not leave your website prior to sugge

I just could not leave your website prior to suggesting that I really loved the standard information a
person provide in your guests? Is going to be again regularly in order to
check out new posts quest bars https://www.iherb.com/search?kw=quest%20bars quest bars

# I just could not leave your website prior to suggesting that I really loved the standard information a person provide in your guests? Is going to be again regularly in order to check out new posts quest bars https://www.iherb.com/search?kw=quest%20bars 2021/09/14 12:21 I just could not leave your website prior to sugge

I just could not leave your website prior to suggesting that I really loved the standard information a
person provide in your guests? Is going to be again regularly in order to
check out new posts quest bars https://www.iherb.com/search?kw=quest%20bars quest bars

# I just could not leave your website prior to suggesting that I really loved the standard information a person provide in your guests? Is going to be again regularly in order to check out new posts quest bars https://www.iherb.com/search?kw=quest%20bars 2021/09/14 12:22 I just could not leave your website prior to sugge

I just could not leave your website prior to suggesting that I really loved the standard information a
person provide in your guests? Is going to be again regularly in order to
check out new posts quest bars https://www.iherb.com/search?kw=quest%20bars quest bars

# I just could not leave your website prior to suggesting that I really loved the standard information a person provide in your guests? Is going to be again regularly in order to check out new posts quest bars https://www.iherb.com/search?kw=quest%20bars 2021/09/14 12:23 I just could not leave your website prior to sugge

I just could not leave your website prior to suggesting that I really loved the standard information a
person provide in your guests? Is going to be again regularly in order to
check out new posts quest bars https://www.iherb.com/search?kw=quest%20bars quest bars

# stromectol generic 2021/09/28 15:43 MarvinLic

stromectol ireland http://stromectolfive.com/# ivermectin 12

# ivermectin cost canada 2021/11/01 4:37 DelbertBup

ivermectin 12 http://stromectolivermectin19.online# ivermectin generic cream
ivermectin syrup

# ivermectin cream cost 2021/11/01 22:58 DelbertBup

ivermectin 3mg tablets price http://stromectolivermectin19.online# ivermectin 1
ivermectin 2mg

# ivermectin price 2021/11/04 13:51 DelbertBup

buy ivermectin uk http://stromectolivermectin19.online# ivermectin lice oral
ivermectin nz

# bxupiilvemib 2021/11/28 21:10 dwedayxegq

https://chloroquinesen.com/

# careprost bimatoprost for sale 2021/12/12 8:59 Travislyday

http://plaquenils.com/ hydroxychloroquine 0.5

# bimatoprost buy 2021/12/13 4:34 Travislyday

http://baricitinibrx.com/ barikind

# bimatoprost generic 2021/12/14 0:21 Travislyday

https://stromectols.com/ stromectol order online

# best place to buy careprost 2021/12/14 19:40 Travislyday

http://baricitinibrx.com/ baricitinib coronavirus

# careprost for sale 2021/12/15 13:17 Travislyday

http://plaquenils.online/ plaquenil 200 mg canada price

# bimatoprost ophthalmic solution careprost 2021/12/16 8:49 Travislyday

https://baricitinibrx.com/ barilup

# ivermectin 1 cream 2021/12/17 6:07 Eliastib

jnwzim https://stromectolr.com stromectol 3mg cost

# ivermectin eye drops 2021/12/18 1:02 Eliastib

bhnoja https://stromectolr.com ivermectin 4000 mcg

# cost of ivermectin cream 2021/12/19 1:40 Eliastib

pashlm https://stromectolr.com where to buy stromectol online

# buy doxycycline 100mg https://doxycyline1st.com/
generic doxycycline 2022/02/26 8:24 Jusidkid

buy doxycycline 100mg https://doxycyline1st.com/
generic doxycycline

# Can I simply just say what a relief to discover somebody who genuinely knows what they're discussing on the internet. You definitely understand how to bring a problem to light and make it important. More and more people ought to read this and understand 2022/03/23 4:06 Can I simply just say what a relief to discover so

Can I simply just say what a relief to discover somebody who genuinely knows what they're discussing on the internet.
You definitely understand how to bring a problem to light and make it important.
More and more people ought to read this and understand
this side of the story. I can't believe you aren't more
popular because you most certainly have the gift.

# Can I simply just say what a relief to discover somebody who genuinely knows what they're discussing on the internet. You definitely understand how to bring a problem to light and make it important. More and more people ought to read this and understand 2022/03/23 4:07 Can I simply just say what a relief to discover so

Can I simply just say what a relief to discover somebody who genuinely knows what they're discussing on the internet.
You definitely understand how to bring a problem to light and make it important.
More and more people ought to read this and understand
this side of the story. I can't believe you aren't more
popular because you most certainly have the gift.

# Can I simply just say what a relief to discover somebody who genuinely knows what they're discussing on the internet. You definitely understand how to bring a problem to light and make it important. More and more people ought to read this and understand 2022/03/23 4:08 Can I simply just say what a relief to discover so

Can I simply just say what a relief to discover somebody who genuinely knows what they're discussing on the internet.
You definitely understand how to bring a problem to light and make it important.
More and more people ought to read this and understand
this side of the story. I can't believe you aren't more
popular because you most certainly have the gift.

# Can I simply just say what a relief to discover somebody who genuinely knows what they're discussing on the internet. You definitely understand how to bring a problem to light and make it important. More and more people ought to read this and understand 2022/03/23 4:09 Can I simply just say what a relief to discover so

Can I simply just say what a relief to discover somebody who genuinely knows what they're discussing on the internet.
You definitely understand how to bring a problem to light and make it important.
More and more people ought to read this and understand
this side of the story. I can't believe you aren't more
popular because you most certainly have the gift.

# hello!,I love your writing very a lot! proportion we communicate extra approximately your article on AOL? I need an expert on this area to solve my problem. May be that is you! Looking ahead to see you. 2022/03/23 17:00 hello!,I love your writing very a lot! proportion

hello!,I love your writing very a lot! proportion we communicate extra approximately your article on AOL?
I need an expert on this area to solve my problem. May be
that is you! Looking ahead to see you.

# hello!,I love your writing very a lot! proportion we communicate extra approximately your article on AOL? I need an expert on this area to solve my problem. May be that is you! Looking ahead to see you. 2022/03/23 17:01 hello!,I love your writing very a lot! proportion

hello!,I love your writing very a lot! proportion we communicate extra approximately your article on AOL?
I need an expert on this area to solve my problem. May be
that is you! Looking ahead to see you.

# hello!,I love your writing very a lot! proportion we communicate extra approximately your article on AOL? I need an expert on this area to solve my problem. May be that is you! Looking ahead to see you. 2022/03/23 17:02 hello!,I love your writing very a lot! proportion

hello!,I love your writing very a lot! proportion we communicate extra approximately your article on AOL?
I need an expert on this area to solve my problem. May be
that is you! Looking ahead to see you.

# hello!,I love your writing very a lot! proportion we communicate extra approximately your article on AOL? I need an expert on this area to solve my problem. May be that is you! Looking ahead to see you. 2022/03/23 17:03 hello!,I love your writing very a lot! proportion

hello!,I love your writing very a lot! proportion we communicate extra approximately your article on AOL?
I need an expert on this area to solve my problem. May be
that is you! Looking ahead to see you.

# bjdufpuwmokz 2022/05/11 16:14 wauqbd

what is hydroxychloroquine used to treat https://keys-chloroquineclinique.com/

# erection pills online https://edpill.pro/# - cures for ed 2023/06/27 16:04 EdPills

erection pills online https://edpill.pro/# - cures for ed

# top ed pills https://edpillsotc.store/# - best erectile dysfunction pills 2023/10/08 2:51 EdPills

top ed pills https://edpillsotc.store/# - best erectile dysfunction pills

# paxlovid pill https://paxlovid.bid/ paxlovid 2023/10/26 0:38 Paxlovid

paxlovid pill https://paxlovid.bid/ paxlovid

# eva elfie izle https://evaelfie.pro/ eva elfie video 2024/03/03 10:55 EvaElfia

eva elfie izle https://evaelfie.pro/ eva elfie video

# buy misoprostol over the counter https://cytotec.club/ cytotec buy online usa 2024/04/28 2:51 Cytotec

buy misoprostol over the counter https://cytotec.club/ cytotec buy online usa

タイトル
名前
Url
コメント