Uses of Interface
com.university.bookstore.api.MaterialStore
Packages that use MaterialStore
Package
Description
-
Uses of MaterialStore in com.university.bookstore
Methods in com.university.bookstore that return MaterialStoreModifier and TypeMethodDescriptionBookstoreApplication.materialStore()Configures the MaterialStore bean using the existing ModernConcurrentMaterialStore. -
Uses of MaterialStore in com.university.bookstore.api
Subinterfaces of MaterialStore in com.university.bookstore.apiModifier and TypeInterfaceDescriptioninterfaceModern interface for polymorphic material store with async operations. -
Uses of MaterialStore in com.university.bookstore.controller
Constructors in com.university.bookstore.controller with parameters of type MaterialStoreModifierConstructorDescriptionMaterialController(MaterialStore materialStore) Constructor with dependency injection of MaterialStore. -
Uses of MaterialStore in com.university.bookstore.impl
Classes in com.university.bookstore.impl that implement MaterialStoreModifier and TypeClassDescriptionclassThread-safe implementation of MaterialStore using synchronization primitives.classImplementation of MaterialStore using ArrayList with polymorphic handling.classModern thread-safe implementation of MaterialStore using best practices.