public class DataFlowAdapter extends XmlAdapter<AdaptedDataFlow,StandardDataFlow>
| Constructor and Description |
|---|
DataFlowAdapter() |
| Modifier and Type | Method and Description |
|---|---|
AdaptedDataFlow |
marshal(StandardDataFlow df) |
StandardDataFlow |
unmarshal(AdaptedDataFlow aDf) |
public AdaptedDataFlow marshal(StandardDataFlow df)
marshal in class XmlAdapter<AdaptedDataFlow,StandardDataFlow>public StandardDataFlow unmarshal(AdaptedDataFlow aDf)
unmarshal in class XmlAdapter<AdaptedDataFlow,StandardDataFlow>Copyright © 2015 Apache NiFi(incubating) Project. All rights reserved.