public enum HotRodMarshallerFactory extends Enum<HotRodMarshallerFactory> implements BiFunction<org.jboss.modules.ModuleLoader,List<org.jboss.modules.Module>,org.infinispan.commons.marshall.Marshaller>
| Enum Constant and Description |
|---|
JBOSS |
LEGACY |
PROTOSTREAM |
| Modifier and Type | Method and Description |
|---|---|
static HotRodMarshallerFactory |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HotRodMarshallerFactory[] |
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, valueOfandThen, applypublic static final HotRodMarshallerFactory LEGACY
public static final HotRodMarshallerFactory JBOSS
public static final HotRodMarshallerFactory PROTOSTREAM
public static HotRodMarshallerFactory[] values()
for (HotRodMarshallerFactory c : HotRodMarshallerFactory.values()) System.out.println(c);
public static HotRodMarshallerFactory 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 nullCopyright © 2023 JBoss by Red Hat. All rights reserved.