Uses of Interface
de.hybris.platform.outboundsync.job.InfoExpressionGenerator
-
Packages that use InfoExpressionGenerator Package Description de.hybris.platform.outboundsync.interceptor de.hybris.platform.outboundsync.job.impl.info -
-
Uses of InfoExpressionGenerator in de.hybris.platform.outboundsync.interceptor
Constructors in de.hybris.platform.outboundsync.interceptor with parameters of type InfoExpressionGenerator Constructor Description StreamConfigurationInfoExpressionCreationInterceptor(@NotNull DescriptorFactory factory, @NotNull InfoExpressionGenerator generator, @NotNull OutboundSyncConfiguration configuration)Constructor that instantiates and populates the required class dependencies -
Uses of InfoExpressionGenerator in de.hybris.platform.outboundsync.job.impl.info
Classes in de.hybris.platform.outboundsync.job.impl.info that implement InfoExpressionGenerator Modifier and Type Class Description classDefaultInfoExpressionGeneratorDefault implementation of the info expression generator forOutboundSyncStreamConfigurationModels.
-