| 程序包 | 说明 |
|---|---|
| org.hotwheel.json.impl.jackson |
| 限定符和类型 | 方法和说明 |
|---|---|
static Version |
VersionUtil.mavenVersionFor(ClassLoader classLoader,
String groupId,
String artifactId)
Will attempt to load the maven version for the given groupId and
artifactId.
|
static Version |
VersionUtil.parseVersion(String versionStr)
已过时。
|
static Version |
VersionUtil.parseVersion(String versionStr,
String groupId,
String artifactId) |
static Version |
Version.unknownVersion()
Method returns canonical "not known" version, which is used as version
in cases where actual version information is not known (instead of null).
|
Version |
ReaderBasedJsonParser.version() |
Version |
JsonParserDelegate.version() |
Version |
VersionUtil.version() |
abstract Version |
JsonGenerator.version()
Accessor for finding out version of the bundle that provided this generator instance.
|
Version |
Versioned.version()
Method called to detect version of the component that implements this interface;
returned version should never be null, but may return specific "not available"
instance (see
Version for details). |
abstract Version |
JacksonParser.version()
Accessor for getting version of the core package, given a parser instance.
|
Version |
ParserMinimalBase.version() |
Version |
JsonGeneratorDelegate.version() |
Version |
JsonFactory.version() |
Version |
UTF8StreamJsonParser.version() |
Version |
UTF8JsonGenerator.version() |
Version |
WriterBasedJsonGenerator.version() |
Version |
GeneratorBase.version()
Implemented with detection that tries to find "VERSION.txt" in same
package as the implementation class.
|
static Version |
VersionUtil.versionFor(Class<?> cls)
Helper method that will try to load version information for specified
class.
|
| 限定符和类型 | 方法和说明 |
|---|---|
int |
Version.compareTo(Version other) |
Copyright © 2002–2019 The MyMMSCs Software Foundation. All rights reserved.