Uses of Class
net.thisptr.jackson.jq.VersionRange
-
Packages that use VersionRange Package Description net.thisptr.jackson.jq net.thisptr.jackson.jq.internal net.thisptr.jackson.jq.internal.misc -
-
Uses of VersionRange in net.thisptr.jackson.jq
Methods in net.thisptr.jackson.jq that return VersionRange Modifier and Type Method Description static VersionRangeVersionRange. valueOf(java.lang.String text) -
Uses of VersionRange in net.thisptr.jackson.jq.internal
Fields in net.thisptr.jackson.jq.internal declared as VersionRange Modifier and Type Field Description VersionRangeJqJson.JqFuncDef. version -
Uses of VersionRange in net.thisptr.jackson.jq.internal.misc
Methods in net.thisptr.jackson.jq.internal.misc that return VersionRange Modifier and Type Method Description VersionRangeVersionRangeDeserializer. deserialize(com.fasterxml.jackson.core.JsonParser p, com.fasterxml.jackson.databind.DeserializationContext ctxt)
-