| Interface | Description |
|---|---|
| DataFormat<T extends Spin<?>> | |
| DataFormatConfigurator<T extends DataFormat<?>> |
Can be used to configure data formats of a certain type.
|
| DataFormatMapper |
Maps a java object to the data format's internal representation and vice versa.
|
| DataFormatProvider | |
| DataFormatReader |
Reads the internal representation of a
Spin object from its serialized representation. |
| DataFormatWriter | |
| TypeDetector |
Detects the canonical type string of a supplied object
|
| Class | Description |
|---|---|
| TextBasedDataFormatReader |
Can be used as a base class to determine whether an input reader
is readable by applying regular expression matching.
|
| Exception | Description |
|---|---|
| SpinDataFormatException |
Indicates an error in the underlying DataFormat layer
|
Copyright © 2014–2020 Camunda Services GmbH. All rights reserved.