public enum InfinispanMarshallerFactory extends Enum<InfinispanMarshallerFactory> 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 InfinispanMarshallerFactory |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static InfinispanMarshallerFactory[] |
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 InfinispanMarshallerFactory LEGACY
public static final InfinispanMarshallerFactory JBOSS
public static final InfinispanMarshallerFactory PROTOSTREAM
public static InfinispanMarshallerFactory[] values()
for (InfinispanMarshallerFactory c : InfinispanMarshallerFactory.values()) System.out.println(c);
public static InfinispanMarshallerFactory 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.