|
|||||||||||
前 次 | フレームあり フレームなし |
AnnotationReader を使用しているパッケージ | |
org.seasar.extension.dxo.annotation | Dxo用のアノテーションを読み取る機能を提供します。 |
org.seasar.extension.dxo.annotation.impl | Dxo用のアノテーションを読み取る機能の実装を提供します。 |
org.seasar.extension.dxo.builder.impl | Dxo用のコマンドを作成する機能の実装を提供します。 |
org.seasar.extension.dxo.command.impl | Dxo用のコマンドの実装を提供します。 |
org.seasar.extension.dxo.converter.impl | Dxo用のコンバータの実装を提供します。 |
org.seasar.extension.dxo.annotation での AnnotationReader の使用 |
AnnotationReader を返す org.seasar.extension.dxo.annotation のメソッド | |
AnnotationReader |
AnnotationReaderFactory.getAnnotationReader()
実行環境で利用可能な AnnotationReader のインスタンスを作成して返します。 |
org.seasar.extension.dxo.annotation.impl での AnnotationReader の使用 |
AnnotationReader を実装している org.seasar.extension.dxo.annotation.impl のクラス | |
class |
ConstantAnnotationReader
Dxoから定数アノテーションを読み取る AnnotationReader の実装クラスです。 |
AnnotationReader として宣言されている org.seasar.extension.dxo.annotation.impl のフィールド | |
protected AnnotationReader |
AnnotationReaderFactoryImpl.annotationReader
実行環境で利用可能な AnnotationReader |
AnnotationReader を返す org.seasar.extension.dxo.annotation.impl のメソッド | |
AnnotationReader |
AnnotationReaderFactoryImpl.getAnnotationReader()
|
org.seasar.extension.dxo.builder.impl での AnnotationReader の使用 |
AnnotationReader を返す org.seasar.extension.dxo.builder.impl のメソッド | |
protected AnnotationReader |
AbstractDxoCommandBuilder.getAnnotationReader()
AnnotationReader のファクトリを返します。 |
org.seasar.extension.dxo.command.impl での AnnotationReader の使用 |
AnnotationReader として宣言されている org.seasar.extension.dxo.command.impl のフィールド | |
protected AnnotationReader |
AbstractDxoCommand.annotationReader
AnnotationReader のファクトリです。 |
AnnotationReader 型のパラメータを持つ org.seasar.extension.dxo.command.impl のコンストラクタ | |
MapToBeanDxoCommand(java.lang.Class dxoClass,
java.lang.reflect.Method method,
ConverterFactory converterFactory,
AnnotationReader annotationReader,
java.lang.Class destClass)
インスタンスを構築します。 |
|
BeanToMapDxoCommand(java.lang.Class dxoClass,
java.lang.reflect.Method method,
ConverterFactory converterFactory,
AnnotationReader annotationReader)
インスタンスを構築します。 |
|
BeanToMapDxoCommand(java.lang.Class dxoClass,
java.lang.reflect.Method method,
ConverterFactory converterFactory,
AnnotationReader annotationReader,
java.lang.String expression)
インスタンスを構築します。 |
|
BeanToBeanDxoCommand(java.lang.Class dxoClass,
java.lang.reflect.Method method,
ConverterFactory converterFactory,
AnnotationReader annotationReader,
java.lang.Class destClass)
インスタンスを構築します。 |
|
AbstractDxoCommand(java.lang.Class dxoClass,
java.lang.reflect.Method method,
ConverterFactory converterFactory,
AnnotationReader annotationReader)
インスタンスを構築します。 |
org.seasar.extension.dxo.converter.impl での AnnotationReader の使用 |
AnnotationReader として宣言されている org.seasar.extension.dxo.converter.impl のフィールド | |
protected AnnotationReader |
ConversionContextImpl.annotationReader
アノテーションリーダです。 |
AnnotationReader 型のパラメータを持つ org.seasar.extension.dxo.converter.impl のメソッド | |
protected java.util.Map |
ConversionContextImpl.getContextInfo(AnnotationReader reader)
コンテキスト情報を返します。 |
protected java.util.Map |
ConversionContextImpl.createContextInfo(AnnotationReader reader)
コンテキスト情報を作成して返します。 |
AnnotationReader 型のパラメータを持つ org.seasar.extension.dxo.converter.impl のコンストラクタ | |
ConversionContextImpl(java.lang.Class dxoClass,
java.lang.reflect.Method method,
ConverterFactory converterFactory,
AnnotationReader annotationReader,
java.lang.Object source)
ConversionContextImpl のインスタンスを構築します。 |
|
|||||||||||
前 次 | フレームあり フレームなし |