Uses of Class
org.infinispan.commons.marshall.ValueMatcherMode
-
Packages that use ValueMatcherMode Package Description org.infinispan.commons.marshall Provides Infinispan-specific input and output streams, buffers and related utilities. -
-
Uses of ValueMatcherMode in org.infinispan.commons.marshall
Methods in org.infinispan.commons.marshall that return ValueMatcherMode Modifier and Type Method Description ValueMatcherMode
LambdaExternalizer. valueMatcher(Object o)
ValueMatcherMode
valueMatcher()
Specify the value matching capabilities of this function.static ValueMatcherMode
ValueMatcherMode. valueOf(int ordinal)
Returns the enum constant of this type with the specified name.static ValueMatcherMode
ValueMatcherMode. valueOf(String name)
Returns the enum constant of this type with the specified name.static ValueMatcherMode[]
ValueMatcherMode. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-