| Package | Description |
|---|---|
| org.camunda.spin | |
| org.camunda.spin.impl | |
| org.camunda.spin.impl.json.jackson | |
| org.camunda.spin.impl.xml.dom | |
| org.camunda.spin.json | |
| org.camunda.spin.spi | |
| org.camunda.spin.xml |
| Modifier and Type | Class and Description |
|---|---|
class |
Spin<T extends Spin<?>> |
interface |
SpinCollection<E extends Spin<?>> |
interface |
SpinList<E extends Spin<?>> |
| Modifier and Type | Method and Description |
|---|---|
abstract <T extends Spin<?>> |
SpinFactory.createSpin(Object parameter) |
abstract <T extends Spin<?>> |
SpinFactory.createSpin(Object parameter,
DataFormat<T> format) |
abstract <T extends Spin<?>> |
SpinFactory.createSpin(Object parameter,
String dataFormatName) |
static <T extends Spin<?>> |
Spin.S(Object input)
Creates a spin wrapper for a data input.
|
static <T extends Spin<?>> |
Spin.S(Object input,
DataFormat<T> format)
Creates a spin wrapper for a data input of a given data format.
|
static <T extends Spin<?>> |
Spin.S(Object input,
String dataFormatName)
Creates a spin wrapper for a data input of a given data format.
|
| Modifier and Type | Method and Description |
|---|---|
Set<DataFormat<? extends Spin<?>>> |
DataFormats.getAllAvailableDataFormats() |
static Set<DataFormat<? extends Spin<?>>> |
DataFormats.getAvailableDataFormats() |
static DataFormat<? extends Spin<?>> |
DataFormats.getDataFormat(String dataFormatName)
Returns the registered data format for the given name.
|
DataFormat<? extends Spin<?>> |
DataFormats.getDataFormatByName(String name) |
| Modifier and Type | Class and Description |
|---|---|
class |
SpinListImpl<E extends Spin<?>> |
| Modifier and Type | Method and Description |
|---|---|
<T extends Spin<?>> |
SpinFactoryImpl.createSpin(Object parameter) |
<T extends Spin<?>> |
SpinFactoryImpl.createSpin(Object parameter,
DataFormat<T> format) |
<T extends Spin<?>> |
SpinFactoryImpl.createSpin(Object parameter,
String dataFormatName) |
<T extends Spin<?>> |
SpinFactoryImpl.createSpinFromObject(Object parameter,
DataFormat<T> format) |
<T extends Spin<?>> |
SpinFactoryImpl.createSpinFromReader(Reader parameter) |
<T extends Spin<?>> |
SpinFactoryImpl.createSpinFromReader(Reader parameter,
DataFormat<T> format) |
<T extends Spin<?>> |
SpinFactoryImpl.createSpinFromSpin(T parameter) |
<T extends Spin<?>> |
SpinFactoryImpl.createSpinFromSpin(T parameter,
DataFormat<T> format) |
<T extends Spin<?>> |
SpinFactoryImpl.createSpinFromString(String parameter) |
<T extends Spin<?>> |
SpinFactoryImpl.createSpinFromString(String parameter,
DataFormat<T> format) |
| Modifier and Type | Class and Description |
|---|---|
class |
JacksonJsonNode
Wrapper for a Jackson Json Tree Node.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DomXmlAttribute
Wrapper of a xml dom attribute.
|
class |
DomXmlElement
Wrapper for an xml dom element.
|
| Modifier and Type | Class and Description |
|---|---|
class |
SpinJsonNode
A json node.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
DataFormat<T extends Spin<?>> |
| Modifier and Type | Class and Description |
|---|---|
class |
SpinXmlAttribute
An attribute in a tree-oriented XML data format.
|
class |
SpinXmlElement
An element in a tree-oriented XML data format.
|
class |
SpinXmlNode<T extends SpinXmlNode<?>>
An element in a tree-oriented XML data format.
|
Copyright © 2014–2020 Camunda Services GmbH. All rights reserved.