Class VaultCustomConversions

java.lang.Object
org.springframework.data.convert.CustomConversions
org.springframework.vault.repository.convert.VaultCustomConversions

public class VaultCustomConversions extends CustomConversions
Value object to capture custom conversion. VaultCustomConversions also act as factory for SimpleTypeHolder
Since:
2.0
Author:
Mark Paluch
See Also:
  • Constructor Details

    • VaultCustomConversions

      public VaultCustomConversions(List<?> converters)
      Create a new VaultCustomConversions instance registering the given converters.
      Parameters:
      converters - must not be null.