Class MarshallableFunctionExternalizers.ConstantLambdaExternalizer

java.lang.Object
org.infinispan.marshall.core.MarshallableFunctionExternalizers.ConstantLambdaExternalizer
All Implemented Interfaces:
Serializable, org.infinispan.commons.marshall.AdvancedExternalizer<Object>, org.infinispan.commons.marshall.Externalizer<Object>, org.infinispan.commons.marshall.LambdaExternalizer<Object>
Enclosing class:
MarshallableFunctionExternalizers

public static final class MarshallableFunctionExternalizers.ConstantLambdaExternalizer extends Object implements org.infinispan.commons.marshall.LambdaExternalizer<Object>
See Also:
  • Constructor Details

    • ConstantLambdaExternalizer

      public ConstantLambdaExternalizer()
  • Method Details

    • valueMatcher

      public org.infinispan.commons.marshall.ValueMatcherMode valueMatcher(Object o)
      Specified by:
      valueMatcher in interface org.infinispan.commons.marshall.LambdaExternalizer<Object>
    • getTypeClasses

      public Set<Class<?>> getTypeClasses()
      Specified by:
      getTypeClasses in interface org.infinispan.commons.marshall.AdvancedExternalizer<Object>
    • getId

      public Integer getId()
      Specified by:
      getId in interface org.infinispan.commons.marshall.AdvancedExternalizer<Object>
    • writeObject

      public void writeObject(ObjectOutput oo, Object o) throws IOException
      Specified by:
      writeObject in interface org.infinispan.commons.marshall.Externalizer<Object>
      Throws:
      IOException
    • readObject

      public Object readObject(ObjectInput input) throws IOException
      Specified by:
      readObject in interface org.infinispan.commons.marshall.Externalizer<Object>
      Throws:
      IOException