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

io.quarkus.cache.redisson.runtime.RedissonCachesConfig$$accessor Maven / Gradle / Ivy

The newest version!
package io.quarkus.cache.redisson.runtime;
@io.quarkus.Generated("Quarkus annotation processor")
public final class RedissonCachesConfig$$accessor {
    private RedissonCachesConfig$$accessor() {}
    @SuppressWarnings("unchecked")
    public static Object get_cachesConfig(Object __instance) {
        return ((RedissonCachesConfig)__instance).cachesConfig;
    }
    @SuppressWarnings("unchecked")
    public static void set_cachesConfig(Object __instance, Object cachesConfig) {
        ((RedissonCachesConfig)__instance).cachesConfig = (java.util.Map)cachesConfig;
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy