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