public class HeartbeatAdapter extends XmlAdapter<AdaptedHeartbeat,Heartbeat>
| Constructor and Description |
|---|
HeartbeatAdapter() |
| Modifier and Type | Method and Description |
|---|---|
AdaptedHeartbeat |
marshal(Heartbeat hb) |
Heartbeat |
unmarshal(AdaptedHeartbeat aHb) |
public AdaptedHeartbeat marshal(Heartbeat hb)
marshal in class XmlAdapter<AdaptedHeartbeat,Heartbeat>public Heartbeat unmarshal(AdaptedHeartbeat aHb)
unmarshal in class XmlAdapter<AdaptedHeartbeat,Heartbeat>Copyright © 2021 Apache NiFi Project. All rights reserved.