Uses of Class
com.winterhavenmc.library.messagebuilder.pipeline.maps.MacroObjectMap

Packages that use MacroObjectMap
Package
Description
Contains the sealed Message interface and its implementations, which represent composed messages ready for macro substitution and delivery.
Defines the final stage in the message processing pipeline, responsible for converting a structured ValidMessageRecord into a fully resolved FinalMessageRecord.
Contains interfaces and classes responsible for replacing macros in message strings using resolved values from a MacroObjectMap.
Provides a hierarchy of Resolver implementations responsible for converting macro-related input values into string representations for use in templated messages.