Class ByteBufferTestMarshaller<T>

java.lang.Object
org.wildfly.clustering.marshalling.ByteBufferTestMarshaller<T>
Type Parameters:
T - marshaller target type
All Implemented Interfaces:
Predicate<Object>, org.wildfly.clustering.function.Predicate<Object>, org.wildfly.clustering.marshalling.Marshaller<T, ByteBuffer>, TestMarshaller<T>

public class ByteBufferTestMarshaller<T> extends Object implements TestMarshaller<T>
A ByteBufferMarshaller based TestMarshaller.
Author:
Paul Ferraro
  • Field Summary

    Fields inherited from interface org.wildfly.clustering.function.Predicate

    ALWAYS, NEVER
  • Constructor Summary

    Constructors
    Constructor
    Description
    ByteBufferTestMarshaller(org.wildfly.clustering.marshalling.ByteBufferMarshaller marshaller)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    read(ByteBuffer buffer)
     
    boolean
    test(Object object)
     
    write(T object)
     

    Methods inherited from class Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface org.wildfly.clustering.function.Predicate

    and, compose, composeBinary, composeDouble, composeInt, composeLong, handle, negate, or, xor
  • Constructor Details

    • ByteBufferTestMarshaller

      public ByteBufferTestMarshaller(org.wildfly.clustering.marshalling.ByteBufferMarshaller marshaller)
  • Method Details