public enum UtilMarshallerProvider extends Enum<UtilMarshallerProvider> implements ProtoStreamMarshallerProvider
| Modifier and Type | Method and Description |
|---|---|
ProtoStreamMarshaller<?> |
getMarshaller() |
static UtilMarshallerProvider |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static UtilMarshallerProvider[] |
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 UtilMarshallerProvider ARRAY_DEQUE
public static final UtilMarshallerProvider ARRAY_LIST
public static final UtilMarshallerProvider BIT_SET
public static final UtilMarshallerProvider CALENDAR
public static final UtilMarshallerProvider CURRENCY
public static final UtilMarshallerProvider DATE
public static final UtilMarshallerProvider EMPTY_LIST
public static final UtilMarshallerProvider EMPTY_MAP
public static final UtilMarshallerProvider EMPTY_NAVIGABLE_MAP
public static final UtilMarshallerProvider EMPTY_NAVIGABLE_SET
public static final UtilMarshallerProvider EMPTY_SET
public static final UtilMarshallerProvider EMPTY_SORTED_MAP
public static final UtilMarshallerProvider EMPTY_SORTED_SET
public static final UtilMarshallerProvider ENUM_MAP
public static final UtilMarshallerProvider ENUM_SET
public static final UtilMarshallerProvider HASH_MAP
public static final UtilMarshallerProvider HASH_SET
public static final UtilMarshallerProvider LINKED_HASH_MAP
public static final UtilMarshallerProvider LINKED_HASH_SET
public static final UtilMarshallerProvider LINKED_LIST
public static final UtilMarshallerProvider LOCALE
public static final UtilMarshallerProvider OPTIONAL
public static final UtilMarshallerProvider OPTIONAL_DOUBLE
public static final UtilMarshallerProvider OPTIONAL_INT
public static final UtilMarshallerProvider OPTIONAL_LONG
public static final UtilMarshallerProvider SIMPLE_ENTRY
public static final UtilMarshallerProvider SIMPLE_IMMUTABLE_ENTRY
public static final UtilMarshallerProvider SINGLETON_LIST
public static final UtilMarshallerProvider SINGLETON_MAP
public static final UtilMarshallerProvider SINGLETON_SET
public static final UtilMarshallerProvider SYNCHRONIZED_COLLECTION
public static final UtilMarshallerProvider SYNCHRONIZED_LIST
public static final UtilMarshallerProvider SYNCHRONIZED_MAP
public static final UtilMarshallerProvider SYNCHRONIZED_NAVIGABLE_MAP
public static final UtilMarshallerProvider SYNCHRONIZED_NAVIGABLE_SET
public static final UtilMarshallerProvider SYNCHRONIZED_RANDOM_ACCESS_LIST
public static final UtilMarshallerProvider SYNCHRONIZED_SET
public static final UtilMarshallerProvider SYNCHRONIZED_SORTED_MAP
public static final UtilMarshallerProvider SYNCHRONIZED_SORTED_SET
public static final UtilMarshallerProvider TIME_ZONE
public static final UtilMarshallerProvider TREE_MAP
public static final UtilMarshallerProvider TREE_SET
public static final UtilMarshallerProvider UNMODIFIABLE_COLLECTION
public static final UtilMarshallerProvider UNMODIFIABLE_LIST
public static final UtilMarshallerProvider UNMODIFIABLE_MAP
public static final UtilMarshallerProvider UNMODIFIABLE_NAVIGABLE_MAP
public static final UtilMarshallerProvider UNMODIFIABLE_NAVIGABLE_SET
public static final UtilMarshallerProvider UNMODIFIABLE_RANDOM_ACCESS_LIST
public static final UtilMarshallerProvider UNMODIFIABLE_SET
public static final UtilMarshallerProvider UNMODIFIABLE_SORTED_MAP
public static final UtilMarshallerProvider UNMODIFIABLE_SORTED_SET
public static final UtilMarshallerProvider UUID
public static UtilMarshallerProvider[] values()
for (UtilMarshallerProvider c : UtilMarshallerProvider.values()) System.out.println(c);
public static UtilMarshallerProvider 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 © 2022 JBoss by Red Hat. All rights reserved.