io.quarkus.vault.runtime.config.VaultBootstrapConfig$KvPathConfig$$accessor Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of quarkus-vault Show documentation
Show all versions of quarkus-vault Show documentation
Store your credentials securely in HashiCorp Vault
package io.quarkus.vault.runtime.config;
public final class VaultBootstrapConfig$KvPathConfig$$accessor {
private VaultBootstrapConfig$KvPathConfig$$accessor() {}
@SuppressWarnings("unchecked")
public static Object get_paths(Object __instance) {
return ((io.quarkus.vault.runtime.config.VaultBootstrapConfig.KvPathConfig)__instance).paths;
}
@SuppressWarnings("unchecked")
public static void set_paths(Object __instance, Object paths) {
((io.quarkus.vault.runtime.config.VaultBootstrapConfig.KvPathConfig)__instance).paths = (java.util.List)paths;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy