Class VaultCustomConversions
java.lang.Object
org.springframework.data.convert.CustomConversions
org.springframework.vault.repository.convert.VaultCustomConversions
Value object to capture custom conversion.
VaultCustomConversions also act as
factory for SimpleTypeHolder- Since:
- 2.0
- Author:
- Mark Paluch
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class org.springframework.data.convert.CustomConversions
CustomConversions.ConverterConfiguration, CustomConversions.ConverterRegistrationIntent, CustomConversions.StoreConversions -
Constructor Summary
ConstructorsConstructorDescriptionVaultCustomConversions(List<?> converters) Create a newVaultCustomConversionsinstance registering the given converters. -
Method Summary
Methods inherited from class org.springframework.data.convert.CustomConversions
getCustomWriteTarget, getCustomWriteTarget, getPropertyValueConversions, getRequiredValueConverter, getSimpleTypeHolder, hasCustomReadTarget, hasCustomWriteTarget, hasCustomWriteTarget, hasValueConverter, isSimpleType, registerConvertersIn
-
Constructor Details
-
VaultCustomConversions
Create a newVaultCustomConversionsinstance registering the given converters.- Parameters:
converters- must not be null.
-