Class KryoRegistrationRegistrar
java.lang.Object
org.springframework.integration.codec.kryo.AbstractKryoRegistrar
org.springframework.integration.codec.kryo.KryoRegistrationRegistrar
- All Implemented Interfaces:
KryoRegistrar
A
KryoRegistrar
implementation backed by a List of Registration
.- Since:
- 4.2
- Author:
- David Turanski
-
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
ConstructorDescriptionKryoRegistrationRegistrar
(List<com.esotericsoftware.kryo.Registration> registrations) -
Method Summary
Methods inherited from class org.springframework.integration.codec.kryo.AbstractKryoRegistrar
registerTypes
-
Constructor Details
-
KryoRegistrationRegistrar
-
-
Method Details
-
getRegistrations
- Returns:
- the list of
Registration
provided
-