public final class DockerObjectAccessor extends Object
Modifier and Type | Method and Description |
---|---|
static void |
overrideRawValue(DockerObject o,
String key,
Object value)
This is an advanced method for setting raw values on the resulting object
that will fully overwrite any previously set value for given key.
|
static void |
overrideRawValues(DockerObject o,
HashMap<String,Object> rawValues)
Deprecated.
not for public usage, unless you _really_ understand what you're doing
|
@Deprecated public static void overrideRawValues(DockerObject o, HashMap<String,Object> rawValues)
public static void overrideRawValue(DockerObject o, String key, Object value)
Copyright © 2023. All rights reserved.