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
Methods in org.infinispan.commons.marshall that return ValueMatcherModeModifier and TypeMethodDescriptionLambdaExternalizer.valueMatcher
(Object o) static ValueMatcherMode
ValueMatcherMode.valueOf
(int ordinal) Returns the enum constant of this class with the specified name.static ValueMatcherMode
Returns 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. -
Uses of ValueMatcherMode in org.infinispan.marshall.core
Methods in org.infinispan.marshall.core that return ValueMatcherModeModifier and TypeMethodDescriptionMarshallableFunctionExternalizers.ConstantLambdaExternalizer.valueMatcher
(Object o) MarshallableFunctionExternalizers.LambdaWithMetasExternalizer.valueMatcher
(Object o) MarshallableFunctionExternalizers.SetValueIfEqualsReturnBooleanExternalizer.valueMatcher
(Object o)