| Package | Description |
|---|---|
| de.cismet.commons.converter |
This package contains data/object conversion specific tools.
|
| Modifier and Type | Method and Description |
|---|---|
InputStream |
InputStreamConverter.convertBackward(TO to,
String... params)
Creates an
InputStream with the given object TO as source. |
FROM |
Converter.convertBackward(TO to,
String... params)
Converts a given instance
TO back to the origin format FROM using the (optional)
parameters. |
TO |
Converter.convertForward(FROM from,
String... params)
Converts a given instance
FROM to the target format TO using the (optional) parameters. |
TO |
InputStreamConverter.convertForward(InputStream from,
String... params)
Creates an object
TO from the given InputStream. |
Copyright © 2012–2026 cismet GmbH. All rights reserved.