Package org.infinispan.marshall.core
Class MarshallableFunctionExternalizers.SetValueIfEqualsReturnBooleanExternalizer
- java.lang.Object
-
- org.infinispan.marshall.core.MarshallableFunctionExternalizers.SetValueIfEqualsReturnBooleanExternalizer
-
- All Implemented Interfaces:
Serializable
,org.infinispan.commons.marshall.AdvancedExternalizer<org.infinispan.marshall.core.MarshallableFunctions.SetValueIfEqualsReturnBoolean>
,org.infinispan.commons.marshall.Externalizer<org.infinispan.marshall.core.MarshallableFunctions.SetValueIfEqualsReturnBoolean>
,org.infinispan.commons.marshall.LambdaExternalizer<org.infinispan.marshall.core.MarshallableFunctions.SetValueIfEqualsReturnBoolean>
- Enclosing class:
- MarshallableFunctionExternalizers
public static final class MarshallableFunctionExternalizers.SetValueIfEqualsReturnBooleanExternalizer extends Object implements org.infinispan.commons.marshall.LambdaExternalizer<org.infinispan.marshall.core.MarshallableFunctions.SetValueIfEqualsReturnBoolean>
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SetValueIfEqualsReturnBooleanExternalizer()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Integer
getId()
Set<Class<? extends org.infinispan.marshall.core.MarshallableFunctions.SetValueIfEqualsReturnBoolean>>
getTypeClasses()
org.infinispan.marshall.core.MarshallableFunctions.SetValueIfEqualsReturnBoolean
readObject(ObjectInput input)
org.infinispan.commons.marshall.ValueMatcherMode
valueMatcher(Object o)
void
writeObject(ObjectOutput oo, org.infinispan.marshall.core.MarshallableFunctions.SetValueIfEqualsReturnBoolean o)
-
-
-
Method Detail
-
writeObject
public void writeObject(ObjectOutput oo, org.infinispan.marshall.core.MarshallableFunctions.SetValueIfEqualsReturnBoolean o) throws IOException
- Specified by:
writeObject
in interfaceorg.infinispan.commons.marshall.Externalizer<org.infinispan.marshall.core.MarshallableFunctions.SetValueIfEqualsReturnBoolean>
- Throws:
IOException
-
readObject
public org.infinispan.marshall.core.MarshallableFunctions.SetValueIfEqualsReturnBoolean readObject(ObjectInput input) throws IOException, ClassNotFoundException
- Specified by:
readObject
in interfaceorg.infinispan.commons.marshall.Externalizer<org.infinispan.marshall.core.MarshallableFunctions.SetValueIfEqualsReturnBoolean>
- Throws:
IOException
ClassNotFoundException
-
valueMatcher
public org.infinispan.commons.marshall.ValueMatcherMode valueMatcher(Object o)
- Specified by:
valueMatcher
in interfaceorg.infinispan.commons.marshall.LambdaExternalizer<org.infinispan.marshall.core.MarshallableFunctions.SetValueIfEqualsReturnBoolean>
-
getTypeClasses
public Set<Class<? extends org.infinispan.marshall.core.MarshallableFunctions.SetValueIfEqualsReturnBoolean>> getTypeClasses()
- Specified by:
getTypeClasses
in interfaceorg.infinispan.commons.marshall.AdvancedExternalizer<org.infinispan.marshall.core.MarshallableFunctions.SetValueIfEqualsReturnBoolean>
-
getId
public Integer getId()
- Specified by:
getId
in interfaceorg.infinispan.commons.marshall.AdvancedExternalizer<org.infinispan.marshall.core.MarshallableFunctions.SetValueIfEqualsReturnBoolean>
-
-