public enum UtilMarshaller extends Enum<UtilMarshaller> implements MarshallerProvider
| Modifier and Type | Method and Description |
|---|---|
ProtoStreamMarshaller<?> |
getMarshaller() |
static UtilMarshaller |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static UtilMarshaller[] |
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, readFrom, size, writeTogetTypeNamebyteArraySize, signedIntSize, signedLongSize, stringSize, unsignedIntSize, unsignedLongSizepublic static final UtilMarshaller ARRAY_DEQUE
public static final UtilMarshaller ARRAY_LIST
public static final UtilMarshaller BIT_SET
public static final UtilMarshaller CALENDAR
public static final UtilMarshaller CURRENCY
public static final UtilMarshaller DATE
public static final UtilMarshaller EMPTY_ENUMERATION
public static final UtilMarshaller EMPTY_ITERATOR
public static final UtilMarshaller EMPTY_LIST
public static final UtilMarshaller EMPTY_LIST_ITERATOR
public static final UtilMarshaller EMPTY_MAP
public static final UtilMarshaller EMPTY_NAVIGABLE_MAP
public static final UtilMarshaller EMPTY_NAVIGABLE_SET
public static final UtilMarshaller EMPTY_SET
public static final UtilMarshaller EMPTY_SORTED_MAP
public static final UtilMarshaller EMPTY_SORTED_SET
public static final UtilMarshaller ENUM_MAP
public static final UtilMarshaller ENUM_SET
public static final UtilMarshaller HASH_MAP
public static final UtilMarshaller HASH_SET
public static final UtilMarshaller LINKED_HASH_MAP
public static final UtilMarshaller LINKED_HASH_SET
public static final UtilMarshaller LINKED_LIST
public static final UtilMarshaller LOCALE
public static final UtilMarshaller OPTIONAL
public static final UtilMarshaller OPTIONAL_DOUBLE
public static final UtilMarshaller OPTIONAL_INT
public static final UtilMarshaller OPTIONAL_LONG
public static final UtilMarshaller SIMPLE_ENTRY
public static final UtilMarshaller SIMPLE_IMMUTABLE_ENTRY
public static final UtilMarshaller SINGLETON_LIST
public static final UtilMarshaller SINGLETON_MAP
public static final UtilMarshaller SINGLETON_SET
public static final UtilMarshaller TIME_ZONE
public static final UtilMarshaller TREE_MAP
public static final UtilMarshaller TREE_SET
public static final UtilMarshaller UUID
public static UtilMarshaller[] values()
for (UtilMarshaller c : UtilMarshaller.values()) System.out.println(c);
public static UtilMarshaller 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 MarshallerProviderCopyright © 2020 JBoss by Red Hat. All rights reserved.