Interface Patchable<D>


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

    Modifier and Type
    Method
    Description
    void
    Deprecated.
    void
    Deprecated.
  • Method Details

    • patchWithOther

      @Deprecated(since="1.0.0") void patchWithOther(D other)
      Deprecated.
      Patch the Domain object with the Domain object retrieved from the Entity.
    • replaceWithOther

      @Deprecated(since="1.0.0") void replaceWithOther(D other)
      Deprecated.
      Replace the entire Domain object with the Domain object retrieved from the Entity.