| 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 |
|
| DefaultModelMapperSerializer |
|
| DefaultResourceProvider |
|
| 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 |
|
| 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.
|