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