Class ListMergeDirective

java.lang.Object
de.hybris.platform.spring.config.ListMergeDirective
de.hybris.platform.commerceservices.spring.config.ListMergeDirective

@Deprecated(since="6.0", forRemoval=true) public class ListMergeDirective extends ListMergeDirective
Deprecated, for removal: This API element is subject to removal in a future version.
since 6.0, use ListMergeDirective instead
List Merge Directives allow an AddOn to merge additional elements into spring-bean lists AND list properties on Spring Beans. The minimal property to set is the add. This will append to the end of the list and is preferable to using the list merge feature of spring since you are not required to extend and re-alias the original list bean meaning the AddOns changes are more isolated from the AddOns. However, the directive also supports the ability to insert the bean before or after a specified list element bean definition or bean class. List Merge Directive bean definitions must also include a depends-on qualifier which should be the list-bean or the bean enclosing the list property.
  • Constructor Details

    • ListMergeDirective

      public ListMergeDirective()
      Deprecated, for removal: This API element is subject to removal in a future version.