Uses of Interface
org.camunda.bpm.client.spi.DataFormat
-
-
Uses of DataFormat in org.camunda.bpm.client.impl
Methods in org.camunda.bpm.client.impl that return types with arguments of type DataFormat Modifier and Type Method Description protected Map<String,DataFormat>
ExternalTaskClientBuilderImpl. lookupDataFormats()
Methods in org.camunda.bpm.client.impl with parameters of type DataFormat Modifier and Type Method Description protected void
ExternalTaskClientLogger. logDataFormat(DataFormat dataFormat)
Method parameters in org.camunda.bpm.client.impl with type arguments of type DataFormat Modifier and Type Method Description protected void
ExternalTaskClientBuilderImpl. applyConfigurator(Map<String,DataFormat> dataFormats, DataFormatConfigurator configurator)
protected void
ExternalTaskClientBuilderImpl. applyConfigurators(Map<String,DataFormat> dataFormats)
void
ExternalTaskClientLogger. logDataFormats(Collection<DataFormat> formats)
protected void
ExternalTaskClientBuilderImpl. lookupCustomDataFormats(Map<String,DataFormat> dataFormats)
protected void
ExternalTaskClientBuilderImpl. lookupProvider(Map<String,DataFormat> dataFormats, DataFormatProvider provider)
-
Uses of DataFormat in org.camunda.bpm.client.spi
Classes in org.camunda.bpm.client.spi with type parameters of type DataFormat Modifier and Type Interface Description interface
DataFormatConfigurator<T extends DataFormat>
Methods in org.camunda.bpm.client.spi that return DataFormat Modifier and Type Method Description DataFormat
DataFormatProvider. createInstance()
-
Uses of DataFormat in org.camunda.bpm.client.variable.impl.format.json
Classes in org.camunda.bpm.client.variable.impl.format.json that implement DataFormat Modifier and Type Class Description class
JacksonJsonDataFormat
Methods in org.camunda.bpm.client.variable.impl.format.json that return DataFormat Modifier and Type Method Description DataFormat
JacksonJsonDataFormatProvider. createInstance()
-
Uses of DataFormat in org.camunda.bpm.client.variable.impl.format.serializable
Classes in org.camunda.bpm.client.variable.impl.format.serializable that implement DataFormat Modifier and Type Class Description class
SerializableDataFormat
Methods in org.camunda.bpm.client.variable.impl.format.serializable that return DataFormat Modifier and Type Method Description DataFormat
SerializableDataFormatProvider. createInstance()
-
Uses of DataFormat in org.camunda.bpm.client.variable.impl.format.xml
Classes in org.camunda.bpm.client.variable.impl.format.xml that implement DataFormat Modifier and Type Class Description class
DomXmlDataFormat
Methods in org.camunda.bpm.client.variable.impl.format.xml that return DataFormat Modifier and Type Method Description DataFormat
DomXmlDataFormatProvider. createInstance()
Methods in org.camunda.bpm.client.variable.impl.format.xml with parameters of type DataFormat Modifier and Type Method Description static Class<?>
DomXmlDataFormat. loadClass(String classname, DataFormat dataFormat)
-
Uses of DataFormat in org.camunda.bpm.client.variable.impl.mapper
Fields in org.camunda.bpm.client.variable.impl.mapper declared as DataFormat Modifier and Type Field Description protected DataFormat
ObjectValueMapper. dataFormat
Constructors in org.camunda.bpm.client.variable.impl.mapper with parameters of type DataFormat Constructor Description ObjectValueMapper(String serializationDataFormat, DataFormat dataFormat)
-