public enum AnyField extends Enum<AnyField> implements MarshallerProvider, Field
| Modifier and Type | Method and Description |
|---|---|
int |
getIndex() |
Class<? extends Object> |
getJavaClass() |
ProtoStreamMarshaller<?> |
getMarshaller() |
static AnyField |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AnyField[] |
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, readFrom, size, writeTogetTypeNamebyteArraySize, signedIntSize, signedLongSize, stringSize, unsignedIntSize, unsignedLongSizepublic static final AnyField BOOLEAN
public static final AnyField BYTE
public static final AnyField SHORT
public static final AnyField INTEGER
public static final AnyField LONG
public static final AnyField FLOAT
public static final AnyField DOUBLE
public static final AnyField CHARACTER
public static final AnyField STRING
public static final AnyField BOOLEAN_ARRAY
public static final AnyField BYTE_ARRAY
public static final AnyField SHORT_ARRAY
public static final AnyField INTEGER_ARRAY
public static final AnyField LONG_ARRAY
public static final AnyField FLOAT_ARRAY
public static final AnyField DOUBLE_ARRAY
public static final AnyField CHAR_ARRAY
public static final AnyField REFERENCE
public static final AnyField IDENTIFIED_OBJECT
public static final AnyField IDENTIFIED_ENUM
public static final AnyField IDENTIFIED_ARRAY
public static final AnyField OBJECT
public static final AnyField ENUM
public static final AnyField FIELD_ARRAY
public static final AnyField ARRAY
public static final AnyField MULTI_DIMENSIONAL_ARRAY
public static final AnyField IDENTIFIED_CLASS
public static final AnyField NAMED_CLASS
public static final AnyField FIELD_CLASS
public static final AnyField LOADED_CLASS
public static final AnyField ARRAY_CLASS
public static final AnyField OBJECT_CLASS
public static final AnyField PROXY
public static final AnyField THROWABLE
public static AnyField[] values()
for (AnyField c : AnyField.values()) System.out.println(c);
public static AnyField 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 Class<? extends Object> getJavaClass()
getJavaClass in interface org.infinispan.protostream.BaseMarshaller<Object>getJavaClass in interface MarshallerProviderpublic ProtoStreamMarshaller<?> getMarshaller()
getMarshaller in interface MarshallerProviderCopyright © 2020 JBoss by Red Hat. All rights reserved.