protected static class SpelAwareProxyProjectionFactory.SpelAwareProjectionInformation extends ObjectSE
| 修飾子 | コンストラクターと説明 |
|---|---|
protected | SpelAwareProjectionInformation(ClassSE<?> projectionType) |
| 修飾子と型 | メソッドと説明 |
|---|---|
ListSE<PropertyDescriptorSE> | getInputProperties() 射影型によって消費されるプロパティを返します。 |
ClassSE<?> | getType() 射影型を返します。 |
boolean | isClosed()ProjectionInformation.getInputProperties() を介して返されたプロパティに値を指定するだけで、機能するプロキシインスタンスを作成できるかどうかを返します。 |
protected boolean | isInputProperty(PropertyDescriptorSE descriptor) 指定された PropertyDescriptorSE が射影の入力プロパティ、つまり、記述子が検索された型の適切な射影を作成できるようにするためにソースに存在する必要があるプロパティを記述しているかどうかを返します。 |
cloneSE, equalsSE, finalizeSE, getClassSE, hashCodeSE, notifySE, notifyAllSE, toStringSE, waitSE, waitSE, waitSEprotected SpelAwareProjectionInformation(ClassSE<?> projectionType)
protected boolean isInputProperty(PropertyDescriptorSE descriptor)
PropertyDescriptorSE が射影の入力プロパティ、つまり、記述子が検索された型の適切な射影を作成できるようにするためにソースに存在する必要があるプロパティを記述しているかどうかを返します。descriptor - null になることはありません。public ClassSE<?> getType()
ProjectionInformationProjectionInformation 内の getType public ListSE<PropertyDescriptorSE> getInputProperties()
ProjectionInformationProjectionInformation 内の getInputProperties public boolean isClosed()
ProjectionInformationProjectionInformation.getInputProperties() を介して返されたプロパティに値を指定するだけで、機能するプロキシインスタンスを作成できるかどうかを返します。これは通常、射影が動的に解決されたプロパティを使用するかどうかを決定するために使用されます。ProjectionInformation 内の isClosed Copyright © 2011–2019 Pivotal Software, Inc.. All rights reserved.