Modifier and Type | Method and Description |
---|---|
protected Map<String,DataFormat> |
ExternalTaskClientBuilderImpl.lookupDataFormats() |
Modifier and Type | Method and Description |
---|---|
protected void |
ExternalTaskClientLogger.logDataFormat(DataFormat dataFormat) |
Modifier and Type | Method and 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) |
Modifier and Type | Interface and Description |
---|---|
interface |
DataFormatConfigurator<T extends DataFormat> |
Modifier and Type | Method and Description |
---|---|
DataFormat |
DataFormatProvider.createInstance() |
Modifier and Type | Class and Description |
---|---|
class |
JacksonJsonDataFormat |
Modifier and Type | Method and Description |
---|---|
DataFormat |
JacksonJsonDataFormatProvider.createInstance() |
Modifier and Type | Class and Description |
---|---|
class |
SerializableDataFormat |
Modifier and Type | Method and Description |
---|---|
DataFormat |
SerializableDataFormatProvider.createInstance() |
Modifier and Type | Class and Description |
---|---|
class |
DomXmlDataFormat |
Modifier and Type | Method and Description |
---|---|
DataFormat |
DomXmlDataFormatProvider.createInstance() |
Modifier and Type | Method and Description |
---|---|
static Class<?> |
DomXmlDataFormat.loadClass(String classname,
DataFormat dataFormat) |
Modifier and Type | Field and Description |
---|---|
protected DataFormat |
ObjectValueMapper.dataFormat |
Constructor and Description |
---|
ObjectValueMapper(String serializationDataFormat,
DataFormat dataFormat) |
Copyright © 2022. All rights reserved.