Uses of Interface
org.springframework.integration.codec.kryo.KryoRegistrar
-
Uses of KryoRegistrar in org.springframework.integration.codec.kryo
Modifier and TypeClassDescriptionclass
Base class forKryoRegistrar
implementations.class
AKryoRegistrar
that delegates and validates registrations across all components.class
AKryoRegistrar
used to validateRegistration a File serializer.class
AKryoRegistrar
used to validateRegistration a list of Java classes.class
AKryoRegistrar
implementation backed by a Map used to explicitly set the registration ID for each class.class
AKryoRegistrar
implementation backed by a List ofRegistration
.class
Registers common MessageHeader types and Serializers.ModifierConstructorDescriptionPojoCodec
(KryoRegistrar kryoRegistrar) Create an instance with a single KryoRegistrar.PojoCodec
(KryoRegistrar kryoRegistrar, boolean useReferences) Create an instance with a single KryoRegistrar.ModifierConstructorDescriptionCompositeKryoRegistrar
(List<KryoRegistrar> delegates) PojoCodec
(List<KryoRegistrar> kryoRegistrars) Create an instance with zero to many KryoRegistrars.PojoCodec
(List<KryoRegistrar> kryoRegistrars, boolean useReferences) Create an instance with zero to many KryoRegistrars.