クラスの使用
org.springframework.vault.repository.mapping.VaultPersistentProperty
VaultPersistentProperty を使用するパッケージ
パッケージ
説明
Spring Vault 固有のコンバーターインフラストラクチャ。
Vault JSON からオブジェクトへのマッピングサブシステムのインフラストラクチャ。
Vault 固有のリポジトリのクエリ派生メカニズム。
org.springframework.vault.repository.convert 内の VaultPersistentProperty 使用
型 VaultPersistentProperty の引数を持つ型を返す org.springframework.vault.repository.convert のメソッド修飾子と型メソッド説明MappingContext<? extends VaultPersistentEntity<?>,VaultPersistentProperty> MappingVaultConverter.getMappingContext()型 VaultPersistentProperty のパラメーターを持つ org.springframework.vault.repository.convert のメソッド修飾子と型メソッド説明MappingVaultConverter.createCollection(CollectionSE<?> collection, VaultPersistentProperty property) 指定されたVaultPersistentProperty情報を使用して、指定されたCollectionSE を書き込みます。MappingVaultConverter.createMap(MapSE<ObjectSE, ObjectSE> map, VaultPersistentProperty property) 指定されたVaultPersistentProperty情報を使用して、指定されたMapSE を書き込みます。SecretDocumentAccessor.writeNested(VaultPersistentProperty property) VaultPersistentPropertyのネストされたSecretDocumentAccessorを取得します。protected voidMappingVaultConverter.writePropertyInternal(@Nullable ObjectSE obj, SecretDocumentAccessor accessor, VaultPersistentProperty prop) 型の型引数を持つ org.springframework.vault.repository.convert のコンストラクターパラメーター VaultPersistentProperty修飾子コンストラクター説明MappingVaultConverter(MappingContext<? extends VaultPersistentEntity<?>, VaultPersistentProperty> mappingContext) org.springframework.vault.repository.mapping 内の VaultPersistentProperty 使用
修飾子と型メソッド説明protected VaultPersistentPropertyVaultMappingContext.createPersistentProperty(Property property, VaultPersistentEntity<?> owner, SimpleTypeHolder simpleTypeHolder) 型の型引数を持つ org.springframework.vault.repository.mapping のコンストラクターパラメーター VaultPersistentProperty修飾子コンストラクター説明VaultPersistentProperty(Property property, PersistentEntity<?, VaultPersistentProperty> owner, SimpleTypeHolder simpleTypeHolder) 新しいVaultPersistentPropertyを作成します。org.springframework.vault.repository.query 内の VaultPersistentProperty 使用
型の型引数を持つ org.springframework.vault.repository.query のコンストラクターパラメーター VaultPersistentProperty修飾子コンストラクター説明VaultQueryCreator(PartTree tree, ParameterAccessor parameters, MappingContext<VaultPersistentEntity<?>, VaultPersistentProperty> mappingContext)