Class KryoClassMapRegistrar
java.lang.Object
org.springframework.integration.codec.kryo.AbstractKryoRegistrar
org.springframework.integration.codec.kryo.KryoClassMapRegistrar
- All Implemented Interfaces:
KryoRegistrar
A
KryoRegistrar
implementation backed by a Map
used to explicitly set the registration ID for each class.- 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
-
Method Summary
Methods inherited from class org.springframework.integration.codec.kryo.AbstractKryoRegistrar
registerTypes
-
Constructor Details
-
KryoClassMapRegistrar
-
-
Method Details
-
getRegistrations
- Returns:
- the list of
Registration
provided
-