public enum MarshallingExternalizerProvider extends Enum<MarshallingExternalizerProvider> implements ExternalizerProvider
| Enum Constant and Description |
|---|
MARSHALLED_VALUE |
| Modifier and Type | Method and Description |
|---|---|
Externalizer<?> |
getExternalizer() |
static MarshallingExternalizerProvider |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MarshallingExternalizerProvider[] |
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, getTargetClass, readObject, size, writeObjectpublic static final MarshallingExternalizerProvider MARSHALLED_VALUE
public static MarshallingExternalizerProvider[] values()
for (MarshallingExternalizerProvider c : MarshallingExternalizerProvider.values()) System.out.println(c);
public static MarshallingExternalizerProvider 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 Externalizer<?> getExternalizer()
getExternalizer in interface ExternalizerProviderCopyright © 2021 JBoss by Red Hat. All rights reserved.