Package net.fabricmc.mappingio.adapter
package net.fabricmc.mappingio.adapter
-
ClassesClassDescriptionA mapping visitor that filters out elements which effectively don't contain any data.A mapping visitor that forwards all relevant data to a
FlatMappingVisitor.A mapping visitor that forwards all visit calls to anotherMappingVisitor.A mapping visitor that reorders and/or drops destination namespaces.A mapping visitor that completes missing destination names.A mapping visitor that renames namespaces.Adapter switching the source namespace with one of the destination namespaces.A mapping visitor that filters out elements with missing source descriptors.Experimental feature, may be removed or changed without further notice.Searches for inner classes whose effective destination name contains outer classes referenced via their source name, waits for mappings for these enclosing classes, and applies the latters' destination names to the formers' fully qualified name.A mapping visitor that nulls out destination names and descriptors that are equal to their source counterparts.AFlatMappingVisitorthat forwards all relevant data to a regularMappingVisitor.A visitor which checks whether the visited mappings are a subset of a superset tree.Visitor which verifies on each visit call that the invoked visits were in accordance with the expected order of visitation, as defined inMappingVisitor's Javadocs.