| Package | Description |
|---|---|
| de.flapdoodle.embed.mongo.types |
| Modifier and Type | Method and Description |
|---|---|
static ImmutableSystemProperties.Builder |
ImmutableSystemProperties.builder()
Creates a builder for
ImmutableSystemProperties. |
ImmutableSystemProperties.Builder |
ImmutableSystemProperties.Builder.from(SystemProperties instance)
Fill a builder with attribute values from the provided
SystemProperties instance. |
ImmutableSystemProperties.Builder |
ImmutableSystemProperties.Builder.putAllValue(Map<String,? extends String> entries)
Put all mappings from the specified map as entries to
value map. |
ImmutableSystemProperties.Builder |
ImmutableSystemProperties.Builder.putValue(Map.Entry<String,? extends String> entry)
Put one entry to the
value map. |
ImmutableSystemProperties.Builder |
ImmutableSystemProperties.Builder.putValue(String key,
String value)
Put one entry to the
value map. |
ImmutableSystemProperties.Builder |
ImmutableSystemProperties.Builder.value(Map<String,? extends String> entries)
Sets or replaces all mappings from the specified map as entries for the
value map. |
Copyright © 2025. All rights reserved.