Class MappingNsCompleter

java.lang.Object
net.fabricmc.mappingio.adapter.ForwardingMappingVisitor
net.fabricmc.mappingio.adapter.MappingNsCompleter
All Implemented Interfaces:
MappingVisitor

public final class MappingNsCompleter extends ForwardingMappingVisitor
A mapping visitor that completes missing destination names.

Some mapping formats allow omitting destination names if equal to the source name. This visitor fills in these "holes" by copying names from another namespace.