| Package | Description |
|---|---|
| de.flapdoodle.embed.mongo.packageresolver |
| Modifier and Type | Class and Description |
|---|---|
class |
ImmutablePlatformMatchRule
Immutable implementation of
PlatformMatchRule. |
| Modifier and Type | Method and Description |
|---|---|
static PlatformMatchRule |
PlatformMatchRule.of(PlatformMatch match,
PackageFinder finder) |
| Modifier and Type | Method and Description |
|---|---|
ImmutablePlatformMatchRules.Builder |
ImmutablePlatformMatchRules.Builder.addRules(PlatformMatchRule... elements)
Adds elements to
rules list. |
ImmutablePlatformMatchRules.Builder |
ImmutablePlatformMatchRules.Builder.addRules(PlatformMatchRule element)
Adds one element to
rules list. |
static ImmutablePlatformMatchRule |
ImmutablePlatformMatchRule.copyOf(PlatformMatchRule instance)
Creates an immutable copy of a
PlatformMatchRule value. |
ImmutablePlatformMatchRules |
PlatformMatchRules.with(PlatformMatchRule rule) |
ImmutablePlatformMatchRules |
ImmutablePlatformMatchRules.withRules(PlatformMatchRule... elements)
Copy the current immutable object with elements that replace the content of
rules. |
| Modifier and Type | Method and Description |
|---|---|
ImmutablePlatformMatchRules.Builder |
ImmutablePlatformMatchRules.Builder.addAllRules(Iterable<? extends PlatformMatchRule> elements)
Adds elements to
rules list. |
ImmutablePlatformMatchRules.Builder |
ImmutablePlatformMatchRules.Builder.rules(Iterable<? extends PlatformMatchRule> elements)
Sets or replaces all elements for
rules list. |
ImmutablePlatformMatchRules |
ImmutablePlatformMatchRules.withRules(Iterable<? extends PlatformMatchRule> elements)
Copy the current immutable object with elements that replace the content of
rules. |
Copyright © 2021. All rights reserved.