public enum NetExternalizerProvider extends Enum<NetExternalizerProvider> implements ExternalizerProvider
| Enum Constant and Description |
|---|
INET_ADDRESS |
INET_SOCKET_ADDRESS |
INET4_ADDRESS |
INET6_ADDRESS |
URI |
URL |
| Modifier and Type | Method and Description |
|---|---|
Externalizer<?> |
getExternalizer() |
static NetExternalizerProvider |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static NetExternalizerProvider[] |
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 NetExternalizerProvider INET_ADDRESS
public static final NetExternalizerProvider INET4_ADDRESS
public static final NetExternalizerProvider INET6_ADDRESS
public static final NetExternalizerProvider INET_SOCKET_ADDRESS
public static final NetExternalizerProvider URI
public static final NetExternalizerProvider URL
public static NetExternalizerProvider[] values()
for (NetExternalizerProvider c : NetExternalizerProvider.values()) System.out.println(c);
public static NetExternalizerProvider 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 © 2023 JBoss by Red Hat. All rights reserved.