@Value.Immutable public abstract class SystemProperties extends Object
| Constructor and Description |
|---|
SystemProperties() |
| Modifier and Type | Method and Description |
|---|---|
static SystemProperties |
of(Map<String,String> properties) |
static SystemProperties |
of(Properties properties) |
abstract Map<String,String> |
value() |
public static SystemProperties of(Properties properties)
public static SystemProperties of(Map<String,String> properties)
Copyright © 2024. All rights reserved.