public enum TimeMarshallerProvider extends Enum<TimeMarshallerProvider> implements ProtoStreamMarshallerProvider
| Enum Constant and Description |
|---|
DAY_OF_WEEK |
DURATION |
INSTANT |
LOCAL_DATE |
LOCAL_DATE_TIME |
LOCAL_TIME |
MONTH |
MONTH_DAY |
OFFSET_DATE_TIME |
OFFSET_TIME |
PERIOD |
YEAR |
YEAR_MONTH |
ZONE_ID |
ZONE_OFFSET |
ZONED_DATE_TIME |
| Modifier and Type | Method and Description |
|---|---|
ProtoStreamMarshaller<?> |
getMarshaller() |
static TimeMarshallerProvider |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TimeMarshallerProvider[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOfcast, getJavaClass, read, readFrom, write, writeTogetTypeNamepublic static final TimeMarshallerProvider DAY_OF_WEEK
public static final TimeMarshallerProvider DURATION
public static final TimeMarshallerProvider INSTANT
public static final TimeMarshallerProvider LOCAL_DATE
public static final TimeMarshallerProvider LOCAL_DATE_TIME
public static final TimeMarshallerProvider LOCAL_TIME
public static final TimeMarshallerProvider MONTH
public static final TimeMarshallerProvider MONTH_DAY
public static final TimeMarshallerProvider OFFSET_DATE_TIME
public static final TimeMarshallerProvider OFFSET_TIME
public static final TimeMarshallerProvider PERIOD
public static final TimeMarshallerProvider YEAR
public static final TimeMarshallerProvider YEAR_MONTH
public static final TimeMarshallerProvider ZONE_ID
public static final TimeMarshallerProvider ZONE_OFFSET
public static final TimeMarshallerProvider ZONED_DATE_TIME
public static TimeMarshallerProvider[] values()
for (TimeMarshallerProvider c : TimeMarshallerProvider.values()) System.out.println(c);
public static TimeMarshallerProvider valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic ProtoStreamMarshaller<?> getMarshaller()
getMarshaller in interface ProtoStreamMarshallerProviderCopyright © 2021 JBoss by Red Hat. All rights reserved.