Uses of Class
com.broadleafcommerce.common.extension.data.DataRouteReference
Package
Description
-
Uses of DataRouteReference in com.broadleafcommerce.common.extension.autoconfigure
Modifier and TypeMethodDescriptionCommonExtensionAutoConfiguration.CommonExtensionDataRouteAutoConfiguration.dataRouteReference
(List<PackageDataRouteSupplier<DataRouteSupporting>> routeSuppliers, List<RepositoryDataRouteSupplier<DataRouteSupporting>> repositorySuppliers, List<DomainClassSupplier<DataRouteSupporting>> domainSuppliers) Modifier and TypeMethodDescriptionCommonExtensionAutoConfiguration.CommonExtensionDataRouteAutoConfiguration.dataRouteAspect
(DataRouteReference reference) CommonExtensionAutoConfiguration.CommonExtensionDataRouteAutoConfiguration.dataRouteByKeyAspect
(DataRouteReference reference) -
Uses of DataRouteReference in com.broadleafcommerce.common.extension.data
Modifier and TypeMethodDescriptionstatic <T> List<T>
DataRouteSupportUtil.findMembersInScopeByExample
(List<T> beans, DataRouteReference reference, Class<?> example) Given a list of bean instances, filter the list based on the example class' package name, which is used to identity the package fragment for the current flow.static <T> List<T>
DataRouteSupportUtil.findMembersInScopeByFragment
(List<T> beans, DataRouteReference reference, String fragment) Given a list of bean instances, filter the list based on the package fragment identifying the current flow.static <T> T
DataRouteSupportUtil.getBestMatchInRoute
(List<T> beans, DataRouteReference reference, T defaultBean) Using the currentDataRouteContext.getLookupKey()
to match aDataRouteSupporting
, and find the first bean whose whose class package name has a package fragment match.ModifierConstructorDescriptionDataRouteAspect
(DataRouteReference reference) DataRouteByKeyAspect
(DataRouteReference reference)