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