@NonNullApi
Package com.broadleafcommerce.metadata.dsl.registry
-
Interface Summary Interface Description ComponentRegistry<R extends ComponentRegistry<R>> A singleton registry used for storing and retrievingComponents
.ComponentSource A functional interface used for contributingComponents
to an application.FrameworkComponentSource A functional interface used for contributing frameworkComponents
to an application. -
Class Summary Class Description AbstractComponentRegistry<R extends AbstractComponentRegistry<R>> An abstract implementation ofComponentRegistry
used for storing and retrievingComponents
.DefaultComponentRegistry The default implementation ofComponentRegistry
.DevelopmentComponentRegistry Component registry that can be used during development.