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