Uses of Class
com.university.bookstore.decorator.MaterialDecorator
Packages that use MaterialDecorator
-
Uses of MaterialDecorator in com.university.bookstore.decorator
Subclasses of MaterialDecorator in com.university.bookstore.decoratorModifier and TypeClassDescriptionclassDecorator that adds digital annotation functionality to materials.classDecorator that adds expedited delivery functionality to materials.classDecorator that adds gift wrapping functionality to materials.Method parameters in com.university.bookstore.decorator with type arguments of type MaterialDecoratorModifier and TypeMethodDescriptionbooleanMaterialEnhancementService.hasEnhancement(Material material, Class<? extends MaterialDecorator> enhancementType) Checks if a material has a specific type of enhancement.