| Package | Description |
|---|---|
| de.flapdoodle.embed.mongo.packageresolver |
| Modifier and Type | Class and Description |
|---|---|
class |
ImmutableVersionRange
Immutable implementation of
VersionRange. |
| Modifier and Type | Method and Description |
|---|---|
static VersionRange |
VersionRange.of(NumericVersion min,
NumericVersion max) |
static VersionRange |
VersionRange.of(String min,
String max) |
| Modifier and Type | Method and Description |
|---|---|
static ImmutableVersionRange |
ImmutableVersionRange.copyOf(VersionRange instance)
Creates an immutable copy of a
VersionRange value. |
ImmutableVersionRange.Builder |
ImmutableVersionRange.Builder.from(VersionRange instance)
Fill a builder with attribute values from the provided
VersionRange instance. |
Copyright © 2021. All rights reserved.