All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.sphere.sdk.expansion.ReferenceExpansionSupport Maven / Gradle / Ivy

The newest version!
package io.sphere.sdk.expansion;

import java.util.List;

/**
 * Marker interface for Composable Commerce endpoints which support reference expansion
 * @param  aggregate root which has references which can expanded. Example: ProductProjection
 */
public interface ReferenceExpansionSupport extends ExpansionPathContainer {
    @Override
    List> expansionPaths();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy