Skip to content

Latest commit

 

History

History
27 lines (20 loc) · 976 Bytes

File metadata and controls

27 lines (20 loc) · 976 Bytes

Description:

Extends nested structures that appear arbitrarily deep in the object graph of JpaProduct. The structures appear in various embedded collections and are persisted as JSON.

Goals:

Key Steps:

  • Create spring boot autoconfiguration class NestedJsonMemberExtension, which will be referenced from META-INF/spring.factories

  • Create extension of collection member type

  • Declare ProjectionReferredTypeOverride bean instance in autonconfiguration class above to register the extension