Module io.jstach.rainbowgum.pattern
Interface PatternFormatterFactory
- All Known Subinterfaces:
PatternFormatterFactory.CompositeFactory
,PatternFormatterFactory.KeywordFactory
public sealed interface PatternFormatterFactory
permits PatternFormatterFactory.KeywordFactory, PatternFormatterFactory.CompositeFactory
Creates formatters from pattern keywords and are registered to a
PatternRegistry
.-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interface
A composite formatter factory expects possible children.static interface
A keyword formatter factory expects keywords and option list.