| Package | Description |
|---|---|
| io.apiman.plugins.transformation_policy.beans | |
| io.apiman.plugins.transformation_policy.transformer |
| Modifier and Type | Method and Description |
|---|---|
DataFormat |
TransformationConfigBean.getClientFormat() |
DataFormat |
TransformationConfigBean.getServerFormat() |
static DataFormat |
DataFormat.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DataFormat[] |
DataFormat.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TransformationConfigBean.setClientFormat(DataFormat clientFormat) |
void |
TransformationConfigBean.setServerFormat(DataFormat serverFormat) |
| Modifier and Type | Method and Description |
|---|---|
static DataTransformer |
DataTransformerFactory.getDataTransformer(DataFormat inputFormat,
DataFormat outputFormat) |
Copyright © 2014–2015 JBoss, a division of Red Hat. All rights reserved.