public class InstantAdapter extends XmlAdapter<String,Instant>
| Modifier and Type | Field and Description |
|---|---|
static String |
DEFAULT_DATE_TIME_FORMAT |
| Constructor and Description |
|---|
InstantAdapter() |
| Modifier and Type | Method and Description |
|---|---|
String |
marshal(Instant instant) |
Instant |
unmarshal(String instant) |
public static final String DEFAULT_DATE_TIME_FORMAT
Copyright © 2023 Apache NiFi Project. All rights reserved.