Uses of Class
org.wildfly.clustering.infinispan.marshalling.MarshallerFactory
-
Packages that use MarshallerFactory Package Description org.wildfly.clustering.infinispan.marshalling -
-
Uses of MarshallerFactory in org.wildfly.clustering.infinispan.marshalling
Methods in org.wildfly.clustering.infinispan.marshalling that return MarshallerFactory Modifier and Type Method Description static MarshallerFactoryMarshallerFactory. valueOf(String name)Returns the enum constant of this type with the specified name.static MarshallerFactory[]MarshallerFactory. values()Returns an array containing the constants of this enum type, in the order they are declared.
-