| Package | Description |
|---|---|
| org.openapitools.codegen.utils |
| Modifier and Type | Method and Description |
|---|---|
JsonCache.Root.MergePolicy |
JsonCache.Root.getMergePolicy()
Returns the merge policy that applies when
load() is called on a cache that is already loaded. |
static JsonCache.Root.MergePolicy |
JsonCache.Root.MergePolicy.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static JsonCache.Root.MergePolicy[] |
JsonCache.Root.MergePolicy.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
JsonCache.Root |
JsonCache.Root.mergePolicy(JsonCache.Root.MergePolicy policy)
Sets the merge policy that applies when
load() is called for a cache that is already loaded. |
Copyright © 2020. All rights reserved.