Package | Description |
---|---|
io.rollout.publicapi.model |
Modifier and Type | Method and Description |
---|---|
static DataPersister.EntityType |
DataPersister.EntityType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DataPersister.EntityType[] |
DataPersister.EntityType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static File |
DataPersister.filename(File dir,
String environmentId,
DataPersister.EntityType entityType) |
static <T> T |
DataPersister.readValue(File dir,
String environmentId,
DataPersister.EntityType entityType,
com.fasterxml.jackson.core.type.TypeReference<T> typeReference,
T defaultValue) |
static void |
DataPersister.writeValue(File dir,
String environmentId,
DataPersister.EntityType entityType,
Object value) |
Copyright © 2016–2023. All rights reserved.