Interface | Description |
---|---|
KryoCustomizer |
Isolate customization and configuration logic for a
Kryo instance prior to usage. |
ModelMapperSerializationHelper |
Helper component for accessing basic ModelMapper cache lifecycle functions.
|
ModelMapperSerializer |
Handle serialization duties for
ModelMapper instances using Kryo . |
ResourceProvider |
Provide system resource access to
ModelMapperSerializer . |
Class | Description |
---|---|
CompensatingClosureSerializer |
A closure serializer that is capable of emitting a
SerializedLambda for a dynamically
generated Serializable closure that was not originally compiled as Serializable in the containing
class. |
DefaultKryoCustomizer |
Default implementation of
KryoCustomizer |
DefaultModelMapperSerializer |
Default version of
ModelMapperSerializer |
DefaultResourceProvider |
Default implementation of
ResourceProvider . |
DeterministicClassResolver |
ClassResolver that enhances the behavior of DefaultClassResolver to calculate
registration ids for classes using a deterministic algorithm based on hashcode, rather than
simply increment a counter. |
DynamicClassContext |
ThreadLocal context that hold class information harvested from
Registration during
serialization. |
DynamicClassContext.ClassInfo | |
EntityStructure |
Walks the class structure of an entity class and denotes field information across the graph.
|
ModelMapperCacheGenerationConfiguration |
Special configuration for application runtime state suitable for generating ModelMapper
serialized instances via
ModelMapperSerializer.generateCacheResources(Class[]) . |
ModelMapperCacheLoader |
Simple bean to load ModelMapper cache during application startup
|
ModelMapperCacheProperties |
Properties driving behavior for ModelMapper cache
|
ModelMapperCacheProperties.Generate | |
ModelMapperCacheProperties.Load | |
SerializableLambdaClassFileTransformer |
A ClassFileTransformer capable of redefining InnerClassLambdaMetafactory to create Serializable
lambdas by default.
|
Copyright © 2021. All rights reserved.