Interface MappableTo<D>


@Deprecated(since="1.0.0") public interface MappableTo<D>
Deprecated.
Use com.broadleafcommerce.data.tracking.core.mapping.ModelMapperMappable instead.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    fromDomain(D domain)
    Deprecated.
    Deprecated.
  • Method Details

    • fromDomain

      @Deprecated(since="1.0.0") void fromDomain(D domain)
      Deprecated.
      Send domain to Entity Class to convert the Domain to Entity
    • toDomain

      @Deprecated(since="1.0.0") D toDomain()
      Deprecated.
      Call to this will convert the Entity to Domain class