Package com.totvs.tjf.autoconfigure
Class JacksonHibernateSupportAutoConfiguration
- java.lang.Object
-
- com.totvs.tjf.autoconfigure.JacksonHibernateSupportAutoConfiguration
-
@Configuration @AutoConfigureAfter(org.springframework.boot.autoconfigure.jackson.JacksonAutoConfiguration.class) public class JacksonHibernateSupportAutoConfiguration extends Object
EnableHibernate5Module
for support specificdatatypes
and properties; especially lazy-loading aspects avoiding infinite loops.This module will be pickup automatically by the Jacksons
ObjectMappers
.If it's need it, this module definition can be override by the application.
- Author:
- Thiago A. de Souza Weber
- See Also:
Hibernate5Module
-
-
Constructor Summary
Constructors Constructor Description JacksonHibernateSupportAutoConfiguration()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.fasterxml.jackson.datatype.hibernate5.Hibernate5Module
hibernate5Module()
-