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