public class NodeInformationAdapter extends XmlAdapter<AdaptedNodeInformation,NodeInformation>
| Constructor and Description |
|---|
NodeInformationAdapter() |
| Modifier and Type | Method and Description |
|---|---|
AdaptedNodeInformation |
marshal(NodeInformation nodeInformation) |
NodeInformation |
unmarshal(AdaptedNodeInformation adapted) |
public NodeInformation unmarshal(AdaptedNodeInformation adapted) throws Exception
unmarshal in class XmlAdapter<AdaptedNodeInformation,NodeInformation>Exceptionpublic AdaptedNodeInformation marshal(NodeInformation nodeInformation) throws Exception
marshal in class XmlAdapter<AdaptedNodeInformation,NodeInformation>ExceptionCopyright © 2023 Apache NiFi Project. All rights reserved.