Uses of Enum Class
org.infinispan.commons.marshall.ValueMatcherMode
Packages that use ValueMatcherMode
Package
Description
Provides Infinispan-specific input and output streams, buffers and related utilities.
-
Uses of ValueMatcherMode in org.infinispan.commons.marshall
Subclasses with type arguments of type ValueMatcherMode in org.infinispan.commons.marshallMethods in org.infinispan.commons.marshall that return ValueMatcherModeModifier and TypeMethodDescriptionstatic ValueMatcherModeValueMatcherMode.valueOf(int ordinal) Returns the enum constant of this class with the specified name.static ValueMatcherModeReturns the enum constant of this class with the specified name.static ValueMatcherMode[]ValueMatcherMode.values()Returns an array containing the constants of this enum class, in the order they are declared.