Package com.broadleafcommerce.common.extension.projection


package com.broadleafcommerce.common.extension.projection
  • Class
    Description
    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 the TypeFactory, as well as registering any required deserializer modules with the Jackson ObjectMapper for appropriate deserialization to the projection upon entry into the service endpoint.
    Identifies as class as having a similar API to a referenced class.