public class NReservedBootConfigLoaderOld extends Object
| Constructor and Description |
|---|
NReservedBootConfigLoaderOld() |
| Modifier and Type | Method and Description |
|---|---|
static void |
loadConfigVersion502(NBootOptionsInfo config,
Map<String,Object> jsonObject,
NBootLog bLog)
best effort to load config object from jsonObject saved with nuts version
"[0.5.2,0.5.6[".
|
static void |
loadConfigVersion506(NBootOptionsInfo config,
Map<String,Object> jsonObject,
NBootLog bLog)
best effort to load config object from jsonObject saved with nuts version
"[0.5.6]" and later.
|
static void |
loadConfigVersion507(NBootOptionsInfo config,
Map<String,Object> jsonObject,
NBootLog bLog)
best effort to load config object from jsonObject saved with nuts version
"0.5.6" and later.
|
public static void loadConfigVersion507(NBootOptionsInfo config, Map<String,Object> jsonObject, NBootLog bLog)
config - config object to filljsonObject - config JSON objectpublic static void loadConfigVersion506(NBootOptionsInfo config, Map<String,Object> jsonObject, NBootLog bLog)
config - config object to filljsonObject - config JSON objectpublic static void loadConfigVersion502(NBootOptionsInfo config, Map<String,Object> jsonObject, NBootLog bLog)
config - config object to filljsonObject - config JSON objectCopyright © 2026 vpc open source initiative. All rights reserved.