static <T> PersistentAtomicReference<T> |
PersistentAtomicReference.create(Path filename,
com.fasterxml.jackson.databind.JavaType javaType,
com.google.common.base.Supplier<? extends T> initialValue) |
static <T> PersistentAtomicReference<T> |
PersistentAtomicReference.create(Path filename,
com.fasterxml.jackson.core.type.TypeReference<T> typeReference,
com.google.common.base.Supplier<? extends T> initialValue) |
static <T> PersistentAtomicReference<T> |
PersistentAtomicReference.create(String filename,
com.fasterxml.jackson.databind.JavaType javaType,
com.google.common.base.Supplier<? extends T> initialValue) |
static <T> PersistentAtomicReference<T> |
PersistentAtomicReference.create(String filename,
com.fasterxml.jackson.core.type.TypeReference<T> typeReference,
com.google.common.base.Supplier<? extends T> initialValue) |