Class CompositeKryoRegistrar

java.lang.Object
org.springframework.integration.codec.kryo.AbstractKryoRegistrar
org.springframework.integration.codec.kryo.CompositeKryoRegistrar
All Implemented Interfaces:
KryoRegistrar

public class CompositeKryoRegistrar
extends AbstractKryoRegistrar
A KryoRegistrar that delegates and validates registrations across all components.
Since:
4.2
  • Field Summary

    Fields inherited from class org.springframework.integration.codec.kryo.AbstractKryoRegistrar

    KRYO, log

    Fields inherited from interface org.springframework.integration.codec.kryo.KryoRegistrar

    MIN_REGISTRATION_VALUE
  • Constructor Summary

    Constructors 
    Constructor Description
    CompositeKryoRegistrar​(java.util.List<KryoRegistrar> delegates)  
  • Method Summary

    Modifier and Type Method Description
    java.util.List<com.esotericsoftware.kryo.Registration> getRegistrations()  
    void registerTypes​(com.esotericsoftware.kryo.Kryo kryo)
    This method is invoked by the PojoCodec and applied to the Kryo instance whenever a new instance is created.

    Methods inherited from class java.lang.Object

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