Uses of Class
org.openapitools.codegen.utils.JsonCache.Root.MergePolicy
-
Packages that use JsonCache.Root.MergePolicy Package Description org.openapitools.codegen.utils -
-
Uses of JsonCache.Root.MergePolicy in org.openapitools.codegen.utils
Methods in org.openapitools.codegen.utils that return JsonCache.Root.MergePolicy Modifier and Type Method Description JsonCache.Root.MergePolicyJsonCache.Root. getMergePolicy()Returns the merge policy that applies whenload()is called on a cache that is already loaded.static JsonCache.Root.MergePolicyJsonCache.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.Methods in org.openapitools.codegen.utils with parameters of type JsonCache.Root.MergePolicy Modifier and Type Method Description JsonCache.RootJsonCache.Root. mergePolicy(JsonCache.Root.MergePolicy policy)Sets the merge policy that applies whenload()is called for a cache that is already loaded.
-