クラスの使用
org.springframework.data.mapping.AccessOptions.GetOptions
AccessOptions.GetOptions を使用するパッケージ
org.springframework.data.mapping 内の AccessOptions.GetOptions 使用
修飾子と型メソッド説明static AccessOptions.GetOptionsAccessOptions.defaultGetOptions()プロパティパスにアクセスするときに中間の null 値を拒否するデフォルトのAccessOptions.GetOptionsを返します。AccessOptions.GetOptions.registerCollectionHandler(PersistentProperty<?> property, FunctionSE<? super CollectionSE<?>, @Nullable ObjectSE> handler) 指定されたプロパティのCollectionSE 値を処理するためにFunctionSE を登録します。AccessOptions.GetOptions.registerHandler(PersistentProperty<?> property, ClassSE<T> type, FunctionSE<? super T, ObjectSE> handler) 指定されたFunctionSE を、指定された型の指定されたPersistentPropertyに対して取得された後処理値に登録します。AccessOptions.GetOptions.registerHandler(PersistentProperty<?> property, FunctionSE<@Nullable ObjectSE, @Nullable ObjectSE> handler) 指定されたプロパティの値を後処理するためにFunctionSE を登録します。AccessOptions.GetOptions.registerListHandler(PersistentProperty<?> property, FunctionSE<? super ListSE<?>, @Nullable ObjectSE> handler) 指定されたプロパティのListSE 値を処理するためにFunctionSE を登録します。AccessOptions.GetOptions.registerMapHandler(PersistentProperty<?> property, FunctionSE<? super MapSE<?, ?>, @Nullable ObjectSE> handler) 指定されたプロパティのMapSE 値を処理するためにFunctionSE を登録します。AccessOptions.GetOptions.registerSetHandler(PersistentProperty<?> property, FunctionSE<? super SetSE<?>, @Nullable ObjectSE> handler) 指定されたプロパティのSetSE 値を処理するためにFunctionSE を登録します。AccessOptions.GetOptions.withNullValues(AccessOptions.GetOptions.GetNulls nullValues) 型 AccessOptions.GetOptions のパラメーターを持つ org.springframework.data.mapping のメソッド修飾子と型メソッド説明@Nullable ObjectSEPersistentPropertyPathAccessor.getProperty(PersistentPropertyPath<? extends PersistentProperty<?>> path, AccessOptions.GetOptions options) 指定されたPersistentPropertyPathが指す値を返します。