|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||
java.lang.Objectjp.liq.container.util.Member
jp.liq.container.util.ParameterizedMember
public abstract class ParameterizedMember
パラメータを持つメンバの基底クラスです。
| コンストラクタの概要 | |
|---|---|
ParameterizedMember()
|
|
| メソッドの概要 | |
|---|---|
abstract java.lang.annotation.Annotation[][] |
getParameterAnnotations()
メンバのパラメータのアノテーションを返します。 |
abstract java.lang.Class<?>[] |
getParameterTypes()
メンバのパラメータの型を返します。 |
| クラス jp.liq.container.util.Member から継承されたメソッド |
|---|
getModifiers, getName, hasModifier, isAnnotationPresent |
| クラス java.lang.Object から継承されたメソッド |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| コンストラクタの詳細 |
|---|
public ParameterizedMember()
| メソッドの詳細 |
|---|
public abstract java.lang.annotation.Annotation[][] getParameterAnnotations()
public abstract java.lang.Class<?>[] getParameterTypes()
|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||