Registry / utility / org-osgi-util-converter

org-osgi-util-converter

JSON →
library1.0.9javamavenunverified

OSGi Companion Code for org.osgi.util.converter, providing type conversion utilities for OSGi.

<dependency> <groupId>org.osgi</groupId> <artifactId>org.osgi.util.converter</artifactId> <version>1.0.9</version> </dependency>
INSTALL
IMPORT
SIG · ORG-OSGI-UTIL-CONV
O
org-osgi-util-converter
utilityjavav1.0.9
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Converter
org.osgi.util.converter.Converter

Convert a string to an integer using the OSGi standard converter.

import org.osgi.util.converter.Converter; import org.osgi.util.converter.Converters; public class Example { public static void main(String[] args) { Converter converter = Converters.standardConverter(); Integer result = converter.convert("123").to(Integer.class); System.out.println(result); } }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.0.9latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources
org-osgi-util-converter — mvn dependency:get org-osgi-util-converter · libregistry