Package com.broadleafcommerce.common.extension.projection
-
Interface Summary Interface Description Projection<T> Represents a projection class mapping to a persisted domain class.ProjectionFactory A factory class used for creating dynamic projection classes from a domain class.ReferenceAware<T> Identifies as class as having a similar API to a referenced class. -
Class Summary Class Description ProjectionManager Handles projection creation through theProjectionFactory, and is further responsible for registering type extensions with theTypeFactory, as well as registering any required deserializer modules with the JacksonObjectMapperfor appropriate deserialization to the projection upon entry into the service endpoint.