|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||
java.lang.Objectjp.liq.container.util.AbstractFinder<T,S>
jp.liq.container.reflect.MemberFinder<T,S>
jp.liq.container.reflect.FieldFinder<ObjectField,ObjectFieldFinder>
jp.liq.container.reflect.ObjectFieldFinder
public class ObjectFieldFinder
あるオブジェクトが保持するフィールドの中から、
条件にマッチするものを返す、FieldFinderのサブクラスです。
| コンストラクタの概要 | |
|---|---|
ObjectFieldFinder(java.lang.Object target)
|
|
| メソッドの概要 | |
|---|---|
protected java.util.Iterator<ObjectField> |
getCandidates()
|
protected ObjectFieldFinder |
getThis()
thisを返します。 |
| クラス jp.liq.container.reflect.FieldFinder から継承されたメソッド |
|---|
isA |
| クラス jp.liq.container.reflect.MemberFinder から継承されたメソッド |
|---|
withAnnotation, withModifier, withPrefix |
| クラス jp.liq.container.util.AbstractFinder から継承されたメソッド |
|---|
addMatcher, iterator |
| クラス java.lang.Object から継承されたメソッド |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| インタフェース java.lang.Iterable から継承されたメソッド |
|---|
iterator |
| コンストラクタの詳細 |
|---|
public ObjectFieldFinder(java.lang.Object target)
| メソッドの詳細 |
|---|
protected ObjectFieldFinder getThis()
AbstractFinder の記述:
AbstractFinder<ObjectField,ObjectFieldFinder> 内の getThisAbstractFinder.getThis()protected java.util.Iterator<ObjectField> getCandidates()
AbstractFinder<ObjectField,ObjectFieldFinder> 内の getCandidates
|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||