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 |
---|---|
CamelCaseToSnakeCaseNamingStrategy |
Maps the JPA camelCase properties to snake_case database identifiers.
|
ClassLoaderUtils |
ClassLoaderUtils - Class loading related utilities holder. |
Configuration |
Configuration - It allows declarative configuration through the hibernate.properties file
or the hibernate-types.properties file. |
ObjectMapperJsonSerializer | |
ObjectMapperWrapper |
Wraps a Jackson
ObjectMapper so that you can supply your own ObjectMapper reference. |
ReflectionUtils |
ReflectionUtils - Reflection utilities holder. |
StringUtils |
StringUtil - String utilities holder. |
Enum | Description |
---|---|
Configuration.PropertyKey |
Each Property has a well-defined key.
|
Copyright © 2019. All rights reserved.