Class VersionRange
java.lang.Object
net.thisptr.jackson.jq.VersionRange
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionVersionRange(Version minVersion, boolean minInclusive, Version maxVersion, boolean maxInclusive) -
Method Summary
-
Field Details
-
minVersion
-
minInclusive
private final boolean minInclusive -
maxVersion
-
maxInclusive
private final boolean maxInclusive -
VERSION_RANGE_PATTERN
-
-
Constructor Details
-
VersionRange
-
-
Method Details
-
contains
-
hashCode
-
equals
-
valueOf
-
toString
-