public class JsonFileRepository<T extends ManagedEntity> extends BaseRepository<T> implements Reloadable
defaultExtension, mappings, types| Constructor and Description |
|---|
JsonFileRepository(Class<T> clazz) |
| Modifier and Type | Method and Description |
|---|---|
static <T extends ManagedEntity> |
newInstance(Object... args) |
void |
reload(io.vertx.core.json.JsonObject config)
Reload configuration.
|
accept, atomicAdd, atomicRemove, createFromConfig, createFromType, get, getEntityClass, getEntityName, getExtensionByType, getUsageStats, put, registerType, remove, resolve, updateclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetOrCreatepublic static <T extends ManagedEntity> JsonFileRepository<T> newInstance(Object... args)
public void reload(io.vertx.core.json.JsonObject config)
Reloadablereload in interface Reloadableconfig - configuration in JSON formatCopyright © 2019–2021. All rights reserved.