All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.quarkus.mailer.runtime.TrustStoreConfig$$accessor Maven / Gradle / Ivy

There is a newer version: 3.17.0.CR1
Show newest version
package io.quarkus.mailer.runtime;
@io.quarkus.Generated("Quarkus annotation processor")
public final class TrustStoreConfig$$accessor {
    private TrustStoreConfig$$accessor() {}
    @SuppressWarnings("unchecked")
    public static Object get_password(Object __instance) {
        return ((TrustStoreConfig)__instance).password;
    }
    @SuppressWarnings("unchecked")
    public static void set_password(Object __instance, Object password) {
        ((TrustStoreConfig)__instance).password = (java.util.Optional)password;
    }
    @SuppressWarnings("unchecked")
    public static Object get_paths(Object __instance) {
        return ((TrustStoreConfig)__instance).paths;
    }
    @SuppressWarnings("unchecked")
    public static void set_paths(Object __instance, Object paths) {
        ((TrustStoreConfig)__instance).paths = (java.util.Optional>)paths;
    }
    @SuppressWarnings("unchecked")
    public static Object get_type(Object __instance) {
        return ((TrustStoreConfig)__instance).type;
    }
    @SuppressWarnings("unchecked")
    public static void set_type(Object __instance, Object type) {
        ((TrustStoreConfig)__instance).type = (java.util.Optional)type;
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy