クラスの使用
org.springframework.beans.AbstractNestablePropertyAccessor
AbstractNestablePropertyAccessor を使用するパッケージ
org.springframework.beans 内の AbstractNestablePropertyAccessor 使用
修飾子と型クラス説明classデフォルトのBeanWrapper実装。これは、すべての一般的なユースケースで十分なはずです。classインスタンスフィールドに直接アクセスするConfigurablePropertyAccessor実装。修飾子と型メソッド説明protected AbstractNestablePropertyAccessorAbstractNestablePropertyAccessor.getPropertyAccessorForPropertyPath(StringSE propertyPath) 再帰的にナビゲートして、ネストされたプロパティパスのプロパティアクセサーを返します。protected abstract AbstractNestablePropertyAccessorAbstractNestablePropertyAccessor.newNestedPropertyAccessor(ObjectSE object, StringSE nestedPath) 新しいネストされたプロパティアクセサーインスタンスを作成します。型 AbstractNestablePropertyAccessor のパラメーターを持つ org.springframework.beans のメソッド修飾子と型メソッド説明protected StringSEAbstractNestablePropertyAccessor.getFinalPath(AbstractNestablePropertyAccessor pa, StringSE nestedPath) パスの最後のコンポーネントを取得します。型 AbstractNestablePropertyAccessor のパラメーターを持つ org.springframework.beans のコンストラクター修飾子コンストラクター説明protectedAbstractNestablePropertyAccessor(ObjectSE object, StringSE nestedPath, AbstractNestablePropertyAccessor parent) 指定されたオブジェクトの新しいアクセサーを作成し、オブジェクトが含まれているネストされたパスを登録します。