| Interface | Description |
|---|---|
| JsonSerializer |
Contract for serializing JSON objects.
|
| JsonSerializerSupplier |
Supplies a custom reference of a Jackson
JsonSerializer |
| ObjectMapperSupplier |
Supplies a custom reference of a Jackson
ObjectMapper |
| Class | Description |
|---|---|
| ClassImportIntegrator |
The
ClassImportIntegrator implements the Hibernate Integrator contract
and allows you to provide a List of classes to be imported using their simple name. |
| Configuration |
Configuration - It allows you to configure various Hibernate Types. |
| JsonConfiguration |
JsonConfiguration - It allows you to configure various JSON Hibernate Types.. |
| ObjectMapperJsonSerializer | |
| ObjectMapperWrapper |
Wraps a Jackson
ObjectMapper so that you can supply your own ObjectMapper reference. |
| ObjectMapperWrapper.OffsetDateTimeDeserializer | |
| ObjectMapperWrapper.OffsetDateTimeSerializer | |
| ParameterizedParameterType |
A stub
ParameterType that returns sane values for ParameterizedParameterType.getReturnedClass() and
ParameterizedParameterType.getAnnotationsMethod(). |
| ParameterTypeUtils |
ParameterizedTypeUtils - DynamicParameterizedType.ParameterType utilities holder. |
| Enum | Description |
|---|---|
| Configuration.PropertyKey |
Each Property has a well-defined key.
|
Copyright © 2023. All rights reserved.